#813B11

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

Shades of Saddle Brown #813B11

Tints of Saddle Brown #813B11

Color information

#813B11 (or 0x813B11) is unknown color: approx Saddle Brown. HEX triplet: 81, 3B and 11. RGB value is (129,59,17). Sum of RGB (Red+Green+Blue) = 129+59+17=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813B11 is #7EC4EE. Grayscale: #4B4B4B. Windows color (decimal): -8307951 or 1129345. OLE color: 1129345.

HSL color Cylindrical-coordinate representation of color #813B11: hue angle of 22.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #813B11 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1295917-
CMYK00.540.870.49
HSL22.5º76.71%28.63%-
HSV(B)22.5º86.82%50.59%-
XYZ10.727.841.48-
YUV75.1495.19166.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=62.93%
G=28.78%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129591700.540.870.4922.576.7128.63
Hex813B110365731164d1d
Octal2017321066127612611535
Binary10000001111011100010110110101011111000110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,59,17); }

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

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

 a { background-color: rgb(129,59,17); }

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

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

 span { border-color: rgb(129,59,17); }

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