#864D15

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

Shades of Saddle Brown #864D15

Tints of Saddle Brown #864D15

Color information

#864D15 (or 0x864D15) is unknown color: approx Saddle Brown. HEX triplet: 86, 4D and 15. RGB value is (134,77,21). Sum of RGB (Red+Green+Blue) = 134+77+21=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #864D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D15 is #79B2EA. Grayscale: #575757. Windows color (decimal): -7975659 or 1396102. OLE color: 1396102.

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

Color convert

RGB1347721-
CMYK00.430.840.47
HSL29.73º72.9%30.39%-
HSV(B)29.73º84.33%52.55%-
XYZ12.6210.432.06-
YUV87.6690.38161.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 21 (8.59% from 255) = 9.05%
R=57.76%
G=33.19%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134772100.430.840.4729.7372.930.39
Hex864D1502B542F1e491e
Octal20611525053124573611136
Binary100001101001101101010101011101010010111111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,21); }

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

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

 a { background-color: rgb(134,77,21); }

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

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

 span { border-color: rgb(134,77,21); }

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