#802B12

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

Shades of Burnt Umber #802B12

Tints of Burnt Umber #802B12

Color information

#802B12 (or 0x802B12) is unknown color: approx Burnt Umber. HEX triplet: 80, 2B and 12. RGB value is (128,43,18). Sum of RGB (Red+Green+Blue) = 128+43+18=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #802B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B12 is #7FD4ED. Grayscale: #414141. Windows color (decimal): -8377582 or 1190784. OLE color: 1190784.

HSL color Cylindrical-coordinate representation of color #802B12: hue angle of 13.64º 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 #802B12 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1284318-
CMYK00.660.860.50
HSL13.64º75.34%28.63%-
HSV(B)13.64º85.94%50.2%-
XYZ9.886.361.28-
YUV65.56101.16172.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=67.72%
G=22.75%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128431800.660.860.5013.6475.3428.63
Hex802B120425632e4b1d
Octal20053220102126621611335
Binary10000000101011100100100001010101101100101110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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