#864212

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

Shades of Saddle Brown #864212

Tints of Saddle Brown #864212

Color information

#864212 (or 0x864212) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 12. RGB value is (134,66,18). Sum of RGB (Red+Green+Blue) = 134+66+18=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #864212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864212 is #79BDED. Grayscale: #515151. Windows color (decimal): -7978478 or 1196678. OLE color: 1196678.

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

Color convert

RGB1346618-
CMYK00.510.870.47
HSL24.83º76.32%29.8%-
HSV(B)24.83º86.57%52.55%-
XYZ11.899.011.68-
YUV80.8692.53165.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=61.47%
G=30.28%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134661800.510.870.4724.8376.3229.8
Hex864212033572F194c1e
Octal20610222063127573111436
Binary100001101000010100100110011101011110111111001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864212; }

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

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

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

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

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

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

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

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