#892A11

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

Shades of Burnt Umber #892A11

Tints of Burnt Umber #892A11

Color information

#892A11 (or 0x892A11) is unknown color: approx Burnt Umber. HEX triplet: 89, 2A and 11. RGB value is (137,42,17). Sum of RGB (Red+Green+Blue) = 137+42+17=196 (25% of max value = 765). Red value is 137 (53.91% from 255 or 69.90% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 137 - color contains mainly: red. Hex color #892A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892A11 is #76D5EE. Grayscale: #434343. Windows color (decimal): -7788015 or 1125001. OLE color: 1125001.

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

Color convert

RGB1374217-
CMYK00.690.880.46
HSL12.5º77.92%30.2%-
HSV(B)12.5º87.59%53.73%-
XYZ11.257.011.29-
YUV67.5699.47177.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.90%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=69.90%
G=21.43%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137421700.690.880.4612.577.9230.2
Hex892A11045582Ec4e1e
Octal21152210105130561411636
Binary10001001101010100010100010110110001011101100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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