#802916

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

Shades of Burnt Umber #802916

Tints of Burnt Umber #802916

Color information

#802916 (or 0x802916) is unknown color: approx Burnt Umber. HEX triplet: 80, 29 and 16. RGB value is (128,41,22). Sum of RGB (Red+Green+Blue) = 128+41+22=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #802916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802916 is #7FD6E9. Grayscale: #414141. Windows color (decimal): -8378090 or 1452416. OLE color: 1452416.

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

Color convert

RGB1284122-
CMYK00.680.830.50
HSL10.75º70.67%29.41%-
HSV(B)10.75º82.81%50.2%-
XYZ9.846.231.44-
YUV64.85103.82173.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=67.02%
G=21.47%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128412200.680.830.5010.7570.6729.41
Hex8029160445332b471d
Octal20051260104123621310735
Binary10000000101001101100100010010100111100101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802916; }

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

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

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

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

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

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

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

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