#462700

Color #462700 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #462700

Tints of Bistre #462700

Color information

#462700 (or 0x462700) is unknown color: approx Bistre. HEX triplet: 46, 27 and 00. RGB value is (70,39,0). Sum of RGB (Red+Green+Blue) = 70+39+0=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462700 is #B9D8FF. Grayscale: #2C2C2C. Windows color (decimal): -12179712 or 10054. OLE color: 10054.

HSL color Cylindrical-coordinate representation of color #462700: hue angle of 33.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462700 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70390-
CMYK00.4410.73
HSL33.43º100%13.73%-
HSV(B)33.43º100%27.45%-
XYZ3.252.750.36-
YUV43.82103.27146.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.22%
G=35.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7039000.4410.7333.4310013.73
Hex4627002C64492164e
Octal1064700541441114114416
Binary1000110100111001011001100100100100110000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462700; }

 p { color: rgb(70,39,0); }

 H1.HeaderClassName
 {
   color: #462700;
 }
 .AnyTagClassName
 {
   color: #462700;
 }
</style>
background-color css

<style>
 a { background-color: #462700; }

 a { background-color: rgb(70,39,0); }

 div.DivClassName
 {
   background-color: #462700;
 }
 .BgClassName
 {
   background-color: #462700;
 }
</style>
border-color css

<style>
 span { border-color: #462700; }

 span { border-color: rgb(70,39,0); }

 td.TdClassName
 {
   border-color: #462700;
 }
 .TagClassName
 {
   border-color: #462700;
 }
</style>