#813E10

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

Shades of Saddle Brown #813E10

Tints of Saddle Brown #813E10

Color information

#813E10 (or 0x813E10) is unknown color: approx Saddle Brown. HEX triplet: 81, 3E and 10. RGB value is (129,62,16). Sum of RGB (Red+Green+Blue) = 129+62+16=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #813E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E10 is #7EC1EF. Grayscale: #4D4D4D. Windows color (decimal): -8307184 or 1064577. OLE color: 1064577.

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

Color convert

RGB1296216-
CMYK00.520.880.49
HSL24.42º77.93%28.43%-
HSV(B)24.42º87.6%50.59%-
XYZ10.878.151.49-
YUV76.7993.7165.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=62.32%
G=29.95%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129621600.520.880.4924.4277.9328.43
Hex813E100345831184e1c
Octal2017620064130613011634
Binary10000001111110100000110100101100011000111000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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