#802C16

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

Shades of Burnt Umber #802C16

Tints of Burnt Umber #802C16

Color information

#802C16 (or 0x802C16) is unknown color: approx Burnt Umber. HEX triplet: 80, 2C and 16. RGB value is (128,44,22). Sum of RGB (Red+Green+Blue) = 128+44+22=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #802C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C16 is #7FD3E9. Grayscale: #424242. Windows color (decimal): -8377322 or 1453184. OLE color: 1453184.

HSL color Cylindrical-coordinate representation of color #802C16: hue angle of 12.45º 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 #802C16 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1284422-
CMYK00.660.830.50
HSL12.45º70.67%29.41%-
HSV(B)12.45º82.81%50.2%-
XYZ9.956.451.48-
YUV66.61102.83171.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.98%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=65.98%
G=22.68%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128442200.660.830.5012.4570.6729.41
Hex802C160425332c471d
Octal20054260102123621410735
Binary10000000101100101100100001010100111100101100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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