#813208

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

Shades of Saddle Brown #813208

Tints of Saddle Brown #813208

Color information

#813208 (or 0x813208) is unknown color: approx Saddle Brown. HEX triplet: 81, 32 and 08. RGB value is (129,50,8). Sum of RGB (Red+Green+Blue) = 129+50+8=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #813208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813208 is #7ECDF7. Grayscale: #454545. Windows color (decimal): -8310264 or 537217. OLE color: 537217.

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

Color convert

RGB129508-
CMYK00.610.940.49
HSL20.83º88.32%26.86%-
HSV(B)20.83º93.8%50.59%-
XYZ10.246.971.03-
YUV68.8393.67170.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=68.98%
G=26.74%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12950800.610.940.4920.8388.3226.86
Hex8132803D5E3115581b
Octal2016210075136612513033
Binary1000000111001010000111101101111011000110101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813208; }

 p { color: rgb(129,50,8); }

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

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

 a { background-color: rgb(129,50,8); }

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

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

 span { border-color: rgb(129,50,8); }

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