#86420A

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

Shades of Saddle Brown #86420A

Tints of Saddle Brown #86420A

Color information

#86420A (or 0x86420A) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 0A. RGB value is (134,66,10). Sum of RGB (Red+Green+Blue) = 134+66+10=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86420A is #79BDF5. Grayscale: #505050. Windows color (decimal): -7978486 or 672390. OLE color: 672390.

HSL color Cylindrical-coordinate representation of color #86420A: hue angle of 27.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86420A is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1346610-
CMYK00.510.930.47
HSL27.1º86.11%28.24%-
HSV(B)27.1º92.54%52.55%-
XYZ11.838.991.4-
YUV79.9588.53166.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=63.81%
G=31.43%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134661000.510.930.4727.186.1128.24
Hex8642A0335D2F1b561c
Octal20610212063135573312634
Binary10000110100001010100110011101110110111111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86420A; }

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

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

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

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

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

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

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

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