#813200

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

Shades of Saddle Brown #813200

Tints of Saddle Brown #813200

Color information

#813200 (or 0x813200) is unknown color: approx Saddle Brown. HEX triplet: 81, 32 and 00. RGB value is (129,50,0). Sum of RGB (Red+Green+Blue) = 129+50+0=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #813200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813200 is #7ECDFF. Grayscale: #444444. Windows color (decimal): -8310272 or 12929. OLE color: 12929.

HSL color Cylindrical-coordinate representation of color #813200: hue angle of 23.26º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #813200 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129500-
CMYK00.6110.49
HSL23.26º100%25.29%-
HSV(B)23.26º100%50.59%-
XYZ10.196.950.8-
YUV67.9289.67171.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.07%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.07%
G=27.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12950000.6110.4923.2610025.29
Hex8132003D6431176419
Octal201620075144612714431
Binary1000000111001000111101110010011000110111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813200; }

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

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

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

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

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

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

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

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