#862c07

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

Shades of Saddle Brown #862C07

Tints of Saddle Brown #862C07

Color information

#862C07 (or 0x862C07) is unknown color: approx Saddle Brown. HEX triplet: 86, 2C and 07. RGB value is (134,44,7). Sum of RGB (Red+Green+Blue) = 134+44+7=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #862C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C07 is #79D3F8. Grayscale: #424242. Windows color (decimal): -7984121 or 470150. OLE color: 470150.

HSL color Cylindrical-coordinate representation of color #862C07: hue angle of 17.48º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #862C07 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB134447-
CMYK00.670.950.47
HSL17.48º90.07%27.65%-
HSV(B)17.48º94.78%52.55%-
XYZ10.776.890.96-
YUV66.6994.32176.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=72.43%
G=23.78%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13444700.670.950.4717.4890.0727.65
Hex862C70435F2F115a1c
Octal2065470103137572113234
Binary1000011010110011101000011101111110111110001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862c07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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