#862C05

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

Shades of Saddle Brown #862C05

Tints of Saddle Brown #862C05

Color information

#862C05 (or 0x862C05) is unknown color: approx Saddle Brown. HEX triplet: 86, 2C and 05. RGB value is (134,44,5). Sum of RGB (Red+Green+Blue) = 134+44+5=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #862C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C05 is #79D3FA. Grayscale: #424242. Windows color (decimal): -7984123 or 339078. OLE color: 339078.

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

Color convert

RGB134445-
CMYK00.670.960.47
HSL18.14º92.81%27.25%-
HSV(B)18.14º96.27%52.55%-
XYZ10.766.880.9-
YUV66.4693.32176.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=73.22%
G=24.04%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13444500.670.960.4718.1492.8127.25
Hex862C5043602F125d1b
Octal2065450103140572213533
Binary1000011010110010101000011110000010111110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,5); }

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

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

 a { background-color: rgb(134,44,5); }

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

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

 span { border-color: rgb(134,44,5); }

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