#813406

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

Shades of Saddle Brown #813406

Tints of Saddle Brown #813406

Color information

#813406 (or 0x813406) is unknown color: approx Saddle Brown. HEX triplet: 81, 34 and 06. RGB value is (129,52,6). Sum of RGB (Red+Green+Blue) = 129+52+6=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #813406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813406 is #7ECBF9. Grayscale: #464646. Windows color (decimal): -8309754 or 406657. OLE color: 406657.

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

Color convert

RGB129526-
CMYK00.600.950.49
HSL22.44º91.11%26.47%-
HSV(B)22.44º95.35%50.59%-
XYZ10.317.141.01-
YUV69.7892.01170.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=68.98%
G=27.81%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12952600.600.950.4922.4491.1126.47
Hex8134603C5F31165b1a
Octal201646074137612613332
Binary100000011101001100111100101111111000110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813406; }

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

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

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

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

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

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

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

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