#813027

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

Shades of Burnt Umber #813027

Tints of Burnt Umber #813027

Color information

#813027 (or 0x813027) is unknown color: approx Burnt Umber. HEX triplet: 81, 30 and 27. RGB value is (129,48,39). Sum of RGB (Red+Green+Blue) = 129+48+39=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #813027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813027 is #7ECFD8. Grayscale: #474747. Windows color (decimal): -8310745 or 2568321. OLE color: 2568321.

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

Color convert

RGB1294839-
CMYK00.630.700.49
HSL53.57%32.94%-
HSV(B)69.77%50.59%-
XYZ10.486.932.7-
YUV71.19109.84169.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=59.72%
G=22.22%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129483900.630.700.49653.5732.94
Hex81302703F463163621
Octal20160470771066166641
Binary1000000111000010011101111111000110110001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813027; }

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

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

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

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

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

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

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

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