#813F0A

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

Shades of Saddle Brown #813F0A

Tints of Saddle Brown #813F0A

Color information

#813F0A (or 0x813F0A) is unknown color: approx Saddle Brown. HEX triplet: 81, 3F and 0A. RGB value is (129,63,10). Sum of RGB (Red+Green+Blue) = 129+63+10=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #813F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F0A is #7EC0F5. Grayscale: #4C4C4C. Windows color (decimal): -8306934 or 671617. OLE color: 671617.

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

Color convert

RGB1296310-
CMYK00.510.920.49
HSL26.72º85.61%27.25%-
HSV(B)26.72º92.25%50.59%-
XYZ10.898.241.3-
YUV76.6990.37165.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.86%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=63.86%
G=31.19%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129631000.510.920.4926.7285.6127.25
Hex813FA0335C311b561b
Octal2017712063134613312633
Binary1000000111111110100110011101110011000111011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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