#813206

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

Shades of Saddle Brown #813206

Tints of Saddle Brown #813206

Color information

#813206 (or 0x813206) is unknown color: approx Saddle Brown. HEX triplet: 81, 32 and 06. RGB value is (129,50,6). Sum of RGB (Red+Green+Blue) = 129+50+6=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #813206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813206 is #7ECDF9. Grayscale: #444444. Windows color (decimal): -8310266 or 406145. OLE color: 406145.

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

Color convert

RGB129506-
CMYK00.610.950.49
HSL21.46º91.11%26.47%-
HSV(B)21.46º95.35%50.59%-
XYZ10.236.960.98-
YUV68.692.67171.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=69.73%
G=27.03%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12950600.610.950.4921.4691.1126.47
Hex8132603D5F31155b1a
Octal201626075137612513332
Binary100000011100101100111101101111111000110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813206; }

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

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

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

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

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

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

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

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