#813E0A

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

Shades of Saddle Brown #813E0A

Tints of Saddle Brown #813E0A

Color information

#813E0A (or 0x813E0A) is unknown color: approx Saddle Brown. HEX triplet: 81, 3E and 0A. RGB value is (129,62,10). Sum of RGB (Red+Green+Blue) = 129+62+10=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E0A is #7EC1F5. Grayscale: #4C4C4C. Windows color (decimal): -8307190 or 671361. OLE color: 671361.

HSL color Cylindrical-coordinate representation of color #813E0A: hue angle of 26.22º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #813E0A is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1296210-
CMYK00.520.920.49
HSL26.22º85.61%27.25%-
HSV(B)26.22º92.25%50.59%-
XYZ10.838.131.29-
YUV76.190.7165.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=64.18%
G=30.85%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129621000.520.920.4926.2285.6127.25
Hex813EA0345C311a561b
Octal2017612064134613212633
Binary1000000111111010100110100101110011000111010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,10); }

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

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

 a { background-color: rgb(129,62,10); }

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

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

 span { border-color: rgb(129,62,10); }

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