#813c0c

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

Shades of Saddle Brown #813C0C

Tints of Saddle Brown #813C0C

Color information

#813C0C (or 0x813C0C) is unknown color: approx Saddle Brown. HEX triplet: 81, 3C and 0C. RGB value is (129,60,12). Sum of RGB (Red+Green+Blue) = 129+60+12=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C0C is #7EC3F3. Grayscale: #4B4B4B. Windows color (decimal): -8307700 or 801921. OLE color: 801921.

HSL color Cylindrical-coordinate representation of color #813C0C: hue angle of 24.62º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #813C0C is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1296012-
CMYK00.530.910.49
HSL24.62º82.98%27.65%-
HSV(B)24.62º90.7%50.59%-
XYZ10.747.931.31-
YUV75.1692.36166.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=64.18%
G=29.85%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129601200.530.910.4924.6282.9827.65
Hex813CC0355B3119531c
Octal2017414065133613112334
Binary1000000111110011000110101101101111000111001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813c0c; }

 p { color: rgb(129,60,12); }

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

<style>
 a { background-color: #813c0c; }

 a { background-color: rgb(129,60,12); }

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

<style>
 span { border-color: #813c0c; }

 span { border-color: rgb(129,60,12); }

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