#864215

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

Shades of Saddle Brown #864215

Tints of Saddle Brown #864215

Color information

#864215 (or 0x864215) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 15. RGB value is (134,66,21). Sum of RGB (Red+Green+Blue) = 134+66+21=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #864215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864215 is #79BDEA. Grayscale: #515151. Windows color (decimal): -7978475 or 1393286. OLE color: 1393286.

HSL color Cylindrical-coordinate representation of color #864215: hue angle of 23.89º 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 #864215 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1346621-
CMYK00.510.840.47
HSL23.89º72.9%30.39%-
HSV(B)23.89º84.33%52.55%-
XYZ11.929.021.82-
YUV81.294.03165.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=60.63%
G=29.86%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134662100.510.840.4723.8972.930.39
Hex864215033542F18491e
Octal20610225063124573011136
Binary100001101000010101010110011101010010111111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864215; }

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

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

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

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

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

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

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

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