#813D0A

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

Shades of Saddle Brown #813D0A

Tints of Saddle Brown #813D0A

Color information

#813D0A (or 0x813D0A) is unknown color: approx Saddle Brown. HEX triplet: 81, 3D and 0A. RGB value is (129,61,10). Sum of RGB (Red+Green+Blue) = 129+61+10=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #813D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D0A is #7EC2F5. Grayscale: #4B4B4B. Windows color (decimal): -8307446 or 671105. OLE color: 671105.

HSL color Cylindrical-coordinate representation of color #813D0A: hue angle of 25.71º 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 #813D0A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1296110-
CMYK00.530.920.49
HSL25.71º85.61%27.25%-
HSV(B)25.71º92.25%50.59%-
XYZ10.788.031.27-
YUV75.5291.03166.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=64.5%
G=30.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129611000.530.920.4925.7185.6127.25
Hex813DA0355C311a561b
Octal2017512065134613212633
Binary1000000111110110100110101101110011000111010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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