#873C24

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

Shades of Fire #873C24

Tints of Fire #873C24

Color information

#873C24 (or 0x873C24) is unknown color: approx Fire. HEX triplet: 87, 3C and 24. RGB value is (135,60,36). Sum of RGB (Red+Green+Blue) = 135+60+36=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #873C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C24 is #78C3DB. Grayscale: #4F4F4F. Windows color (decimal): -7914460 or 2374791. OLE color: 2374791.

HSL color Cylindrical-coordinate representation of color #873C24: hue angle of 14.55º 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 #873C24 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1356036-
CMYK00.560.730.47
HSL14.55º57.89%33.53%-
HSV(B)14.55º73.33%52.94%-
XYZ11.938.512.68-
YUV79.69103.35167.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=58.44%
G=25.97%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135603600.560.730.4714.5557.8933.53
Hex873C24038492Ff3a22
Octal207744407011157177242
Binary10000111111100100100011100010010011011111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873C24; }

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

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

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

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

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

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

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

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