#802920

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

Shades of Burnt Umber #802920

Tints of Burnt Umber #802920

Color information

#802920 (or 0x802920) is unknown color: approx Burnt Umber. HEX triplet: 80, 29 and 20. RGB value is (128,41,32). Sum of RGB (Red+Green+Blue) = 128+41+32=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802920 is #7FD6DF. Grayscale: #424242. Windows color (decimal): -8378080 or 2107776. OLE color: 2107776.

HSL color Cylindrical-coordinate representation of color #802920: hue angle of 5.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802920 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1284132-
CMYK00.680.750.50
HSL5.63º60%31.37%-
HSV(B)5.63º75%50.2%-
XYZ9.966.282.05-
YUV65.99108.82172.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=63.68%
G=20.40%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128413200.680.750.505.636031.37
Hex8029200444B3263c1f
Octal200514001041136267437
Binary1000000010100110000001000100100101111001011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802920; }

 p { color: rgb(128,41,32); }

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

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

 a { background-color: rgb(128,41,32); }

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

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

 span { border-color: rgb(128,41,32); }

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