#813309

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

Shades of Saddle Brown #813309

Tints of Saddle Brown #813309

Color information

#813309 (or 0x813309) is unknown color: approx Saddle Brown. HEX triplet: 81, 33 and 09. RGB value is (129,51,9). Sum of RGB (Red+Green+Blue) = 129+51+9=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #813309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813309 is #7ECCF6. Grayscale: #454545. Windows color (decimal): -8310007 or 603009. OLE color: 603009.

HSL color Cylindrical-coordinate representation of color #813309: hue angle of 21º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #813309 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB129519-
CMYK00.600.930.49
HSL21º86.96%27.06%-
HSV(B)21º93.02%50.59%-
XYZ10.297.051.08-
YUV69.5393.84170.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=68.25%
G=26.98%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12951900.600.930.492186.9627.06
Hex8133903C5D3115571b
Octal2016311074135612512733
Binary1000000111001110010111100101110111000110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813309; }

 p { color: rgb(129,51,9); }

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

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

 a { background-color: rgb(129,51,9); }

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

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

 span { border-color: rgb(129,51,9); }

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