#813A04

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

Shades of Saddle Brown #813A04

Tints of Saddle Brown #813A04

Color information

#813A04 (or 0x813A04) is unknown color: approx Saddle Brown. HEX triplet: 81, 3A and 04. RGB value is (129,58,4). Sum of RGB (Red+Green+Blue) = 129+58+4=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #813A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A04 is #7EC5FB. Grayscale: #494949. Windows color (decimal): -8308220 or 277121. OLE color: 277121.

HSL color Cylindrical-coordinate representation of color #813A04: hue angle of 25.92º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #813A04 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB129584-
CMYK00.550.970.49
HSL25.92º93.98%26.08%-
HSV(B)25.92º96.9%50.59%-
XYZ10.597.71.04-
YUV73.0789.02167.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=67.54%
G=30.37%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12958400.550.970.4925.9293.9826.08
Hex813A403761311a5e1a
Octal201724067141613213632
Binary100000011110101000110111110000111000111010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,58,4); }

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

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

 a { background-color: rgb(129,58,4); }

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

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

 span { border-color: rgb(129,58,4); }

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