#874124

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

Shades of Fire #874124

Tints of Fire #874124

Color information

#874124 (or 0x874124) is unknown color: approx Fire. HEX triplet: 87, 41 and 24. RGB value is (135,65,36). Sum of RGB (Red+Green+Blue) = 135+65+36=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #874124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874124 is #78BEDB. Grayscale: #525252. Windows color (decimal): -7913180 or 2376071. OLE color: 2376071.

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

Color convert

RGB1356536-
CMYK00.520.730.47
HSL17.58º57.89%33.53%-
HSV(B)17.58º73.33%52.94%-
XYZ12.29.062.77-
YUV82.62101.69165.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 36 (14.45% from 255) = 15.25%
R=57.20%
G=27.54%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135653600.520.730.4717.5857.8933.53
Hex874124034492F123a22
Octal2071014406411157227242
Binary1000011110000011001000110100100100110111110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874124; }

 p { color: rgb(135,65,36); }

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

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

 a { background-color: rgb(135,65,36); }

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

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

 span { border-color: rgb(135,65,36); }

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