#813020

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

Shades of Burnt Umber #813020

Tints of Burnt Umber #813020

Color information

#813020 (or 0x813020) is unknown color: approx Burnt Umber. HEX triplet: 81, 30 and 20. RGB value is (129,48,32). Sum of RGB (Red+Green+Blue) = 129+48+32=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #813020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813020 is #7ECFDF. Grayscale: #464646. Windows color (decimal): -8310752 or 2109569. OLE color: 2109569.

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

Color convert

RGB1294832-
CMYK00.630.750.49
HSL9.9º60.25%31.57%-
HSV(B)9.9º75.19%50.59%-
XYZ10.376.892.15-
YUV70.4106.34169.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=61.72%
G=22.97%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129483200.630.750.499.960.2531.57
Hex81302003F4B31a3c20
Octal201604007711361127440
Binary10000001110000100000011111110010111100011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813020; }

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

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

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

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

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

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

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

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