#802E18

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

Shades of Burnt Umber #802E18

Tints of Burnt Umber #802E18

Color information

#802E18 (or 0x802E18) is unknown color: approx Burnt Umber. HEX triplet: 80, 2E and 18. RGB value is (128,46,24). Sum of RGB (Red+Green+Blue) = 128+46+24=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802E18 is #7FD1E7. Grayscale: #444444. Windows color (decimal): -8376808 or 1584768. OLE color: 1584768.

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

Color convert

RGB1284624-
CMYK00.640.810.50
HSL12.69º68.42%29.8%-
HSV(B)12.69º81.25%50.2%-
XYZ10.046.611.61-
YUV68.01103.17170.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=64.65%
G=23.23%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128462400.640.810.5012.6968.4229.8
Hex802E180405132d441e
Octal20056300100121621510436
Binary10000000101110110000100000010100011100101101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,46,24); }

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

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

 a { background-color: rgb(128,46,24); }

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

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

 span { border-color: rgb(128,46,24); }

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