#864F11

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

Shades of Saddle Brown #864F11

Tints of Saddle Brown #864F11

Color information

#864F11 (or 0x864F11) is unknown color: approx Saddle Brown. HEX triplet: 86, 4F and 11. RGB value is (134,79,17). Sum of RGB (Red+Green+Blue) = 134+79+17=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #864F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864F11 is #79B0EE. Grayscale: #585858. Windows color (decimal): -7975151 or 1134470. OLE color: 1134470.

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

Color convert

RGB1347917-
CMYK00.410.870.47
HSL31.79º77.48%29.61%-
HSV(B)31.79º87.31%52.55%-
XYZ12.7310.71.92-
YUV88.3887.72160.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=58.26%
G=34.35%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134791700.410.870.4731.7977.4829.61
Hex864F11029572F204d1e
Octal20611721051127574011536
Binary1000011010011111000101010011010111101111100000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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