#813228

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

Shades of Burnt Umber #813228

Tints of Burnt Umber #813228

Color information

#813228 (or 0x813228) is unknown color: approx Burnt Umber. HEX triplet: 81, 32 and 28. RGB value is (129,50,40). Sum of RGB (Red+Green+Blue) = 129+50+40=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #813228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813228 is #7ECDD7. Grayscale: #484848. Windows color (decimal): -8310232 or 2634369. OLE color: 2634369.

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

Color convert

RGB1295040-
CMYK00.610.690.49
HSL6.74º52.66%33.14%-
HSV(B)6.74º68.99%50.59%-
XYZ10.587.12.82-
YUV72.48109.67168.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=58.90%
G=22.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129504000.610.690.496.7452.6633.14
Hex81322803D453173521
Octal20162500751056176541
Binary1000000111001010100001111011000101110001111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813228; }

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

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

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

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

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

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

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

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