#864F08

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

Shades of Saddle Brown #864F08

Tints of Saddle Brown #864F08

Color information

#864F08 (or 0x864F08) is unknown color: approx Saddle Brown. HEX triplet: 86, 4F and 08. RGB value is (134,79,8). Sum of RGB (Red+Green+Blue) = 134+79+8=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #864F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864F08 is #79B0F7. Grayscale: #575757. Windows color (decimal): -7975160 or 544646. OLE color: 544646.

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

Color convert

RGB134798-
CMYK00.410.940.47
HSL33.81º88.73%27.84%-
HSV(B)33.81º94.03%52.55%-
XYZ12.6710.681.62-
YUV87.3583.22161.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=60.63%
G=35.75%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13479800.410.940.4733.8188.7327.84
Hex864F80295E2F22591c
Octal20611710051136574213134
Binary100001101001111100001010011011110101111100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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