#802B22

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

Shades of Burnt Umber #802B22

Tints of Burnt Umber #802B22

Color information

#802B22 (or 0x802B22) is unknown color: approx Burnt Umber. HEX triplet: 80, 2B and 22. RGB value is (128,43,34). Sum of RGB (Red+Green+Blue) = 128+43+34=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #802B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B22 is #7FD4DD. Grayscale: #434343. Windows color (decimal): -8377566 or 2239360. OLE color: 2239360.

HSL color Cylindrical-coordinate representation of color #802B22: hue angle of 5.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802B22 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1284334-
CMYK00.660.730.50
HSL5.74º58.02%31.76%-
HSV(B)5.74º73.44%50.2%-
XYZ10.056.432.23-
YUV67.39109.16171.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=62.44%
G=20.98%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128433400.660.730.505.7458.0231.76
Hex802B22042493263a20
Octal200534201021116267240
Binary10000000101011100010010000101001001110010110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,43,34); }

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

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

 a { background-color: rgb(128,43,34); }

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

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

 span { border-color: rgb(128,43,34); }

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