#802814

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

Shades of Burnt Umber #802814

Tints of Burnt Umber #802814

Color information

#802814 (or 0x802814) is unknown color: approx Burnt Umber. HEX triplet: 80, 28 and 14. RGB value is (128,40,20). Sum of RGB (Red+Green+Blue) = 128+40+20=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802814 is #7FD7EB. Grayscale: #404040. Windows color (decimal): -8378348 or 1321088. OLE color: 1321088.

HSL color Cylindrical-coordinate representation of color #802814: hue angle of 11.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #802814 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1284020-
CMYK00.690.840.50
HSL11.11º72.97%29.02%-
HSV(B)11.11º84.38%50.2%-
XYZ9.796.161.33-
YUV64.03103.15173.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.09%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=68.09%
G=21.28%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128402000.690.840.5011.1172.9729.02
Hex8028140455432b491d
Octal20050240105124621311135
Binary10000000101000101000100010110101001100101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802814; }

 p { color: rgb(128,40,20); }

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

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

 a { background-color: rgb(128,40,20); }

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

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

 span { border-color: rgb(128,40,20); }

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