#893E29

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

Shades of Fire #893E29

Tints of Fire #893E29

Color information

#893E29 (or 0x893E29) is unknown color: approx Fire. HEX triplet: 89, 3E and 29. RGB value is (137,62,41). Sum of RGB (Red+Green+Blue) = 137+62+41=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #893E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E29 is #76C1D6. Grayscale: #525252. Windows color (decimal): -7782871 or 2702985. OLE color: 2702985.

HSL color Cylindrical-coordinate representation of color #893E29: hue angle of 13.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893E29 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1376241-
CMYK00.550.700.46
HSL13.12º53.93%34.9%-
HSV(B)13.12º70.07%53.73%-
XYZ12.448.923.16-
YUV82.03104.85167.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=57.08%
G=25.83%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137624100.550.700.4613.1253.9334.9
Hex893E29037462Ed3623
Octal211765106710656156643
Binary10001001111110101001011011110001101011101101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,62,41); }

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

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

 a { background-color: rgb(137,62,41); }

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

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

 span { border-color: rgb(137,62,41); }

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