#802a1b

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

Shades of Burnt Umber #802A1B

Tints of Burnt Umber #802A1B

Color information

#802A1B (or 0x802A1B) is unknown color: approx Burnt Umber. HEX triplet: 80, 2A and 1B. RGB value is (128,42,27). Sum of RGB (Red+Green+Blue) = 128+42+27=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1B is #7FD5E4. Grayscale: #424242. Windows color (decimal): -8377829 or 1780352. OLE color: 1780352.

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

Color convert

RGB1284227-
CMYK00.670.790.50
HSL8.91º65.16%30.39%-
HSV(B)8.91º78.91%50.2%-
XYZ9.936.321.73-
YUV66105.99172.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=64.97%
G=21.32%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128422700.670.790.508.9165.1630.39
Hex802A1B0434F329411e
Octal20052330103117621110136
Binary10000000101010110110100001110011111100101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802a1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,42,27); }

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

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

 a { background-color: rgb(128,42,27); }

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

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

 span { border-color: rgb(128,42,27); }

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