#80341a

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

Shades of Burnt Umber #80341A

Tints of Burnt Umber #80341A

Color information

#80341A (or 0x80341A) is unknown color: approx Burnt Umber. HEX triplet: 80, 34 and 1A. RGB value is (128,52,26). Sum of RGB (Red+Green+Blue) = 128+52+26=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80341A is #7FCBE5. Grayscale: #474747. Windows color (decimal): -8375270 or 1717376. OLE color: 1717376.

HSL color Cylindrical-coordinate representation of color #80341A: hue angle of 15.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80341A is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1285226-
CMYK00.590.800.50
HSL15.29º66.23%30.2%-
HSV(B)15.29º79.69%50.2%-
XYZ10.327.121.81-
YUV71.76102.18168.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=62.14%
G=25.24%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128522600.590.800.5015.2966.2330.2
Hex80341A03B5032f421e
Octal2006432073120621710236
Binary1000000011010011010011101110100001100101111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80341a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80341a; }

 p { color: rgb(128,52,26); }

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

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

 a { background-color: rgb(128,52,26); }

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

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

 span { border-color: rgb(128,52,26); }

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