#802C1A

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

Shades of Burnt Umber #802C1A

Tints of Burnt Umber #802C1A

Color information

#802C1A (or 0x802C1A) is unknown color: approx Burnt Umber. HEX triplet: 80, 2C and 1A. RGB value is (128,44,26). Sum of RGB (Red+Green+Blue) = 128+44+26=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C1A is #7FD3E5. Grayscale: #434343. Windows color (decimal): -8377318 or 1715328. OLE color: 1715328.

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

Color convert

RGB1284426-
CMYK00.660.800.50
HSL10.59º66.23%30.2%-
HSV(B)10.59º79.69%50.2%-
XYZ9.996.471.7-
YUV67.06104.83171.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=64.65%
G=22.22%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128442600.660.800.5010.5966.2330.2
Hex802C1A0425032b421e
Octal20054320102120621310236
Binary10000000101100110100100001010100001100101011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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