#892A21

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

Shades of Burnt Umber #892A21

Tints of Burnt Umber #892A21

Color information

#892A21 (or 0x892A21) is unknown color: approx Burnt Umber. HEX triplet: 89, 2A and 21. RGB value is (137,42,33). Sum of RGB (Red+Green+Blue) = 137+42+33=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #892A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892A21 is #76D5DE. Grayscale: #454545. Windows color (decimal): -7787999 or 2173577. OLE color: 2173577.

HSL color Cylindrical-coordinate representation of color #892A21: hue angle of 5.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892A21 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB1374233-
CMYK00.690.760.46
HSL5.19º61.18%33.33%-
HSV(B)5.19º75.91%53.73%-
XYZ11.427.082.2-
YUV69.38107.47176.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=64.62%
G=19.81%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137423300.690.760.465.1961.1833.33
Hex892A210454C2E53d21
Octal211524101051145657541
Binary10001001101010100001010001011001100101110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892A21; }

 p { color: rgb(137,42,33); }

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

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

 a { background-color: rgb(137,42,33); }

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

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

 span { border-color: rgb(137,42,33); }

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