#86420E

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

Shades of Saddle Brown #86420E

Tints of Saddle Brown #86420E

Color information

#86420E (or 0x86420E) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 0E. RGB value is (134,66,14). Sum of RGB (Red+Green+Blue) = 134+66+14=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86420E is #79BDF1. Grayscale: #505050. Windows color (decimal): -7978482 or 934534. OLE color: 934534.

HSL color Cylindrical-coordinate representation of color #86420E: hue angle of 26º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86420E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1346614-
CMYK00.510.900.47
HSL26º81.08%29.02%-
HSV(B)26º89.55%52.55%-
XYZ11.8691.53-
YUV80.490.53166.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=62.62%
G=30.84%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134661400.510.900.472681.0829.02
Hex8642E0335A2F1a511d
Octal20610216063132573212135
Binary10000110100001011100110011101101010111111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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