#893A25

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

Shades of Burnt Umber #893A25

Tints of Burnt Umber #893A25

Color information

#893A25 (or 0x893A25) is unknown color: approx Burnt Umber. HEX triplet: 89, 3A and 25. RGB value is (137,58,37). Sum of RGB (Red+Green+Blue) = 137+58+37=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #893A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A25 is #76C5DA. Grayscale: #4F4F4F. Windows color (decimal): -7783899 or 2439817. OLE color: 2439817.

HSL color Cylindrical-coordinate representation of color #893A25: hue angle of 12.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893A25 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1375837-
CMYK00.580.730.46
HSL12.6º57.47%34.12%-
HSV(B)12.6º72.99%53.73%-
XYZ12.168.482.75-
YUV79.23104.17169.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=59.05%
G=25%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137583700.580.730.4612.657.4734.12
Hex893A2503A492Ed3922
Octal211724507211156157142
Binary10001001111010100101011101010010011011101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A25; }

 p { color: rgb(137,58,37); }

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

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

 a { background-color: rgb(137,58,37); }

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

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

 span { border-color: rgb(137,58,37); }

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