#802A12

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

Shades of Burnt Umber #802A12

Tints of Burnt Umber #802A12

Color information

#802A12 (or 0x802A12) is unknown color: approx Burnt Umber. HEX triplet: 80, 2A and 12. RGB value is (128,42,18). Sum of RGB (Red+Green+Blue) = 128+42+18=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A12 is #7FD5ED. Grayscale: #414141. Windows color (decimal): -8377838 or 1190528. OLE color: 1190528.

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

Color convert

RGB1284218-
CMYK00.670.860.50
HSL13.09º75.34%28.63%-
HSV(B)13.09º85.94%50.2%-
XYZ9.846.291.27-
YUV64.98101.49172.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.09%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=68.09%
G=22.34%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128421800.670.860.5013.0975.3428.63
Hex802A120435632d4b1d
Octal20052220103126621511335
Binary10000000101010100100100001110101101100101101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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