#80331C

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

Shades of Burnt Umber #80331C

Tints of Burnt Umber #80331C

Color information

#80331C (or 0x80331C) is unknown color: approx Burnt Umber. HEX triplet: 80, 33 and 1C. RGB value is (128,51,28). Sum of RGB (Red+Green+Blue) = 128+51+28=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80331C is #7FCCE3. Grayscale: #474747. Windows color (decimal): -8375524 or 1848192. OLE color: 1848192.

HSL color Cylindrical-coordinate representation of color #80331C: hue angle of 13.8º 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 #80331C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1285128-
CMYK00.600.780.50
HSL13.8º64.1%30.59%-
HSV(B)13.8º78.12%50.2%-
XYZ10.37.041.91-
YUV71.4103.51168.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=61.84%
G=24.64%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128512800.600.780.5013.864.130.59
Hex80331C03C4E32e401f
Octal2006334074116621610037
Binary1000000011001111100011110010011101100101110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80331C; }

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

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

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

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

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

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

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

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