#813008

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

Shades of Saddle Brown #813008

Tints of Saddle Brown #813008

Color information

#813008 (or 0x813008) is unknown color: approx Saddle Brown. HEX triplet: 81, 30 and 08. RGB value is (129,48,8). Sum of RGB (Red+Green+Blue) = 129+48+8=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813008 is #7ECFF7. Grayscale: #434343. Windows color (decimal): -8310776 or 536705. OLE color: 536705.

HSL color Cylindrical-coordinate representation of color #813008: hue angle of 19.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 #813008 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB129488-
CMYK00.630.940.49
HSL19.83º88.32%26.86%-
HSV(B)19.83º93.8%50.59%-
XYZ10.156.81.01-
YUV67.6694.34171.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=69.73%
G=25.95%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12948800.630.940.4919.8388.3226.86
Hex8130803F5E3114581b
Octal2016010077136612413033
Binary1000000111000010000111111101111011000110100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813008; }

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

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

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

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

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

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

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

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