#802F1E

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

Shades of Burnt Umber #802F1E

Tints of Burnt Umber #802F1E

Color information

#802F1E (or 0x802F1E) is unknown color: approx Burnt Umber. HEX triplet: 80, 2F and 1E. RGB value is (128,47,30). Sum of RGB (Red+Green+Blue) = 128+47+30=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #802F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F1E is #7FD0E1. Grayscale: #454545. Windows color (decimal): -8376546 or 1978240. OLE color: 1978240.

HSL color Cylindrical-coordinate representation of color #802F1E: hue angle of 10.41º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802F1E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB1284730-
CMYK00.630.770.50
HSL10.41º62.03%30.98%-
HSV(B)10.41º76.56%50.2%-
XYZ10.156.721.99-
YUV69.28105.84169.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=62.44%
G=22.93%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128473000.630.770.5010.4162.0330.98
Hex802F1E03F4D32a3e1f
Octal200573607711562127637
Binary100000001011111111001111111001101110010101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F1E; }

 p { color: rgb(128,47,30); }

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

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

 a { background-color: rgb(128,47,30); }

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

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

 span { border-color: rgb(128,47,30); }

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