#865412

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

Shades of Saddle Brown #865412

Tints of Saddle Brown #865412

Color information

#865412 (or 0x865412) is unknown color: approx Saddle Brown. HEX triplet: 86, 54 and 12. RGB value is (134,84,18). Sum of RGB (Red+Green+Blue) = 134+84+18=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865412 is #79ABED. Grayscale: #5B5B5B. Windows color (decimal): -7973870 or 1201286. OLE color: 1201286.

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

Color convert

RGB1348418-
CMYK00.370.870.47
HSL34.14º76.32%29.8%-
HSV(B)34.14º86.57%52.55%-
XYZ13.1111.452.09-
YUV91.4386.56158.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=56.78%
G=35.59%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134841800.370.870.4734.1476.3229.8
Hex865412025572F224c1e
Octal20612422045127574211436
Binary1000011010101001001001001011010111101111100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865412; }

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

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

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

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

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

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

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

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