#862E06

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

Shades of Saddle Brown #862E06

Tints of Saddle Brown #862E06

Color information

#862E06 (or 0x862E06) is unknown color: approx Saddle Brown. HEX triplet: 86, 2E and 06. RGB value is (134,46,6). Sum of RGB (Red+Green+Blue) = 134+46+6=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #862E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E06 is #79D1F9. Grayscale: #434343. Windows color (decimal): -7983610 or 405126. OLE color: 405126.

HSL color Cylindrical-coordinate representation of color #862E06: hue angle of 18.75º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #862E06 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134466-
CMYK00.660.960.47
HSL18.75º91.43%27.45%-
HSV(B)18.75º95.52%52.55%-
XYZ10.847.040.96-
YUV67.7593.15175.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=72.04%
G=24.73%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13446600.660.960.4718.7591.4327.45
Hex862E6042602F135b1b
Octal2065660102140572313333
Binary1000011010111011001000010110000010111110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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