#893525

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

Shades of Burnt Umber #893525

Tints of Burnt Umber #893525

Color information

#893525 (or 0x893525) is unknown color: approx Burnt Umber. HEX triplet: 89, 35 and 25. RGB value is (137,53,37). Sum of RGB (Red+Green+Blue) = 137+53+37=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #893525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893525 is #76CADA. Grayscale: #4C4C4C. Windows color (decimal): -7785179 or 2438537. OLE color: 2438537.

HSL color Cylindrical-coordinate representation of color #893525: hue angle of 9.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 #893525 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1375337-
CMYK00.610.730.46
HSL9.6º57.47%34.12%-
HSV(B)9.6º72.99%53.73%-
XYZ11.9282.67-
YUV76.29105.83171.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=60.35%
G=23.35%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137533700.610.730.469.657.4734.12
Hex89352503D492Ea3922
Octal211654507511156127142
Binary10001001110101100101011110110010011011101010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893525; }

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

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

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

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

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

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

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

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