#862E0A

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

Shades of Saddle Brown #862E0A

Tints of Saddle Brown #862E0A

Color information

#862E0A (or 0x862E0A) is unknown color: approx Saddle Brown. HEX triplet: 86, 2E and 0A. RGB value is (134,46,10). Sum of RGB (Red+Green+Blue) = 134+46+10=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #862E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E0A is #79D1F5. Grayscale: #444444. Windows color (decimal): -7983606 or 667270. OLE color: 667270.

HSL color Cylindrical-coordinate representation of color #862E0A: hue angle of 17.42º 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 #862E0A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1344610-
CMYK00.660.930.47
HSL17.42º86.11%28.24%-
HSV(B)17.42º92.54%52.55%-
XYZ10.867.041.07-
YUV68.2195.15174.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=70.53%
G=24.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134461000.660.930.4717.4286.1128.24
Hex862EA0425D2F11561c
Octal20656120102135572112634
Binary10000110101110101001000010101110110111110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862E0A; }

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

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

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

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

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

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

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

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