#802E16

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

Shades of Burnt Umber #802E16

Tints of Burnt Umber #802E16

Color information

#802E16 (or 0x802E16) is unknown color: approx Burnt Umber. HEX triplet: 80, 2E and 16. RGB value is (128,46,22). Sum of RGB (Red+Green+Blue) = 128+46+22=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802E16 is #7FD1E9. Grayscale: #434343. Windows color (decimal): -8376810 or 1453696. OLE color: 1453696.

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

Color convert

RGB1284622-
CMYK00.640.830.50
HSL13.58º70.67%29.41%-
HSV(B)13.58º82.81%50.2%-
XYZ10.026.61.5-
YUV67.78102.17170.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.31%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=65.31%
G=23.47%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128462200.640.830.5013.5870.6729.41
Hex802E160405332e471d
Octal20056260100123621610735
Binary10000000101110101100100000010100111100101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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