#894224

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

Shades of Fire #894224

Tints of Fire #894224

Color information

#894224 (or 0x894224) is unknown color: approx Fire. HEX triplet: 89, 42 and 24. RGB value is (137,66,36). Sum of RGB (Red+Green+Blue) = 137+66+36=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #894224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894224 is #76BDDB. Grayscale: #535353. Windows color (decimal): -7781852 or 2376329. OLE color: 2376329.

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

Color convert

RGB1376636-
CMYK00.520.740.46
HSL17.82º58.38%33.92%-
HSV(B)17.82º73.72%53.73%-
XYZ12.589.342.81-
YUV83.81101.02165.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=57.32%
G=27.62%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137663600.520.740.4617.8258.3833.92
Hex8942240344A2E123a22
Octal2111024406411256227242
Binary1000100110000101001000110100100101010111010010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894224; }

 p { color: rgb(137,66,36); }

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

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

 a { background-color: rgb(137,66,36); }

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

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

 span { border-color: rgb(137,66,36); }

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