#813327

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

Shades of Burnt Umber #813327

Tints of Burnt Umber #813327

Color information

#813327 (or 0x813327) is unknown color: approx Burnt Umber. HEX triplet: 81, 33 and 27. RGB value is (129,51,39). Sum of RGB (Red+Green+Blue) = 129+51+39=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813327 is #7ECCD8. Grayscale: #494949. Windows color (decimal): -8309977 or 2569089. OLE color: 2569089.

HSL color Cylindrical-coordinate representation of color #813327: hue angle of 8º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813327 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1295139-
CMYK00.600.700.49
HSL53.57%32.94%-
HSV(B)69.77%50.59%-
XYZ10.67.182.75-
YUV72.95108.84167.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=58.90%
G=23.29%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129513900.600.700.49853.5732.94
Hex81332703C463183621
Octal201634707410661106641
Binary10000001110011100111011110010001101100011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813327; }

 p { color: rgb(129,51,39); }

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

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

 a { background-color: rgb(129,51,39); }

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

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

 span { border-color: rgb(129,51,39); }

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