#802914

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

Shades of Burnt Umber #802914

Tints of Burnt Umber #802914

Color information

#802914 (or 0x802914) is unknown color: approx Burnt Umber. HEX triplet: 80, 29 and 14. RGB value is (128,41,20). Sum of RGB (Red+Green+Blue) = 128+41+20=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #802914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802914 is #7FD6EB. Grayscale: #404040. Windows color (decimal): -8378092 or 1321344. OLE color: 1321344.

HSL color Cylindrical-coordinate representation of color #802914: hue angle of 11.67º 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 #802914 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1284120-
CMYK00.680.840.50
HSL11.67º72.97%29.02%-
HSV(B)11.67º84.38%50.2%-
XYZ9.826.231.35-
YUV64.62102.82173.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=67.72%
G=21.69%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128412000.680.840.5011.6772.9729.02
Hex8029140445432c491d
Octal20051240104124621411135
Binary10000000101001101000100010010101001100101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802914; }

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

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

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

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

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

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

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

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