#802F1C

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

Shades of Burnt Umber #802F1C

Tints of Burnt Umber #802F1C

Color information

#802F1C (or 0x802F1C) is unknown color: approx Burnt Umber. HEX triplet: 80, 2F and 1C. RGB value is (128,47,28). Sum of RGB (Red+Green+Blue) = 128+47+28=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F1C is #7FD0E3. Grayscale: #454545. Windows color (decimal): -8376548 or 1847168. OLE color: 1847168.

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

Color convert

RGB1284728-
CMYK00.630.780.50
HSL11.4º64.1%30.59%-
HSV(B)11.4º78.12%50.2%-
XYZ10.136.711.86-
YUV69.05104.84170.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.05%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=63.05%
G=23.15%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128472800.630.780.5011.464.130.59
Hex802F1C03F4E32b401f
Octal2005734077116621310037
Binary1000000010111111100011111110011101100101011100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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