#894424

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

Shades of Fire #894424

Tints of Fire #894424

Color information

#894424 (or 0x894424) is unknown color: approx Fire. HEX triplet: 89, 44 and 24. RGB value is (137,68,36). Sum of RGB (Red+Green+Blue) = 137+68+36=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #894424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894424 is #76BBDB. Grayscale: #555555. Windows color (decimal): -7781340 or 2376841. OLE color: 2376841.

HSL color Cylindrical-coordinate representation of color #894424: hue angle of 19.01º 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 #894424 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1376836-
CMYK00.500.740.46
HSL19.01º58.38%33.92%-
HSV(B)19.01º73.72%53.73%-
XYZ12.79.582.85-
YUV84.98100.36165.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=56.85%
G=28.22%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137683600.500.740.4619.0158.3833.92
Hex8944240324A2E133a22
Octal2111044406211256237242
Binary1000100110001001001000110010100101010111010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894424; }

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

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

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

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

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

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

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

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