#813404

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

Shades of Saddle Brown #813404

Tints of Saddle Brown #813404

Color information

#813404 (or 0x813404) is unknown color: approx Saddle Brown. HEX triplet: 81, 34 and 04. RGB value is (129,52,4). Sum of RGB (Red+Green+Blue) = 129+52+4=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813404 is #7ECBFB. Grayscale: #454545. Windows color (decimal): -8309756 or 275585. OLE color: 275585.

HSL color Cylindrical-coordinate representation of color #813404: hue angle of 23.04º 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 #813404 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB129524-
CMYK00.600.970.49
HSL23.04º93.98%26.08%-
HSV(B)23.04º96.9%50.59%-
XYZ10.37.130.95-
YUV69.5591.01170.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=69.73%
G=28.11%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12952400.600.970.4923.0493.9826.08
Hex8134403C6131175e1a
Octal201644074141612713632
Binary100000011101001000111100110000111000110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813404; }

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

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

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

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

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

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

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

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