#864F0C

Color #864F0C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #864F0C

Tints of Saddle Brown #864F0C

Color information

#864F0C (or 0x864F0C) is unknown color: approx Saddle Brown. HEX triplet: 86, 4F and 0C. RGB value is (134,79,12). Sum of RGB (Red+Green+Blue) = 134+79+12=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #864F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864F0C is #79B0F3. Grayscale: #585858. Windows color (decimal): -7975156 or 806790. OLE color: 806790.

HSL color Cylindrical-coordinate representation of color #864F0C: hue angle of 32.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #864F0C is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1347912-
CMYK00.410.910.47
HSL32.95º83.56%28.63%-
HSV(B)32.95º91.04%52.55%-
XYZ12.6910.691.74-
YUV87.8185.22160.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=59.56%
G=35.11%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134791200.410.910.4732.9583.5628.63
Hex864FC0295B2F21541d
Octal20611714051133574112435
Binary100001101001111110001010011011011101111100001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864F0C; }

 p { color: rgb(134,79,12); }

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

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

 a { background-color: rgb(134,79,12); }

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

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

 span { border-color: rgb(134,79,12); }

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