#813520

Color #813520 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #813520

Tints of Burnt Umber #813520

Color information

#813520 (or 0x813520) is unknown color: approx Burnt Umber. HEX triplet: 81, 35 and 20. RGB value is (129,53,32). Sum of RGB (Red+Green+Blue) = 129+53+32=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #813520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813520 is #7ECADF. Grayscale: #494949. Windows color (decimal): -8309472 or 2110849. OLE color: 2110849.

HSL color Cylindrical-coordinate representation of color #813520: hue angle of 12.99º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813520 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1295332-
CMYK00.590.750.49
HSL12.99º60.25%31.57%-
HSV(B)12.99º75.19%50.59%-
XYZ10.597.322.22-
YUV73.33104.68167.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.28%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=60.28%
G=24.77%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129533200.590.750.4912.9960.2531.57
Hex81352003B4B31d3c20
Octal201654007311361157440
Binary10000001110101100000011101110010111100011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813520; }

 p { color: rgb(129,53,32); }

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

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

 a { background-color: rgb(129,53,32); }

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

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

 span { border-color: rgb(129,53,32); }

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