#873C28

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

Shades of Fire #873C28

Tints of Fire #873C28

Color information

#873C28 (or 0x873C28) is unknown color: approx Fire. HEX triplet: 87, 3C and 28. RGB value is (135,60,40). Sum of RGB (Red+Green+Blue) = 135+60+40=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #873C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C28 is #78C3D7. Grayscale: #505050. Windows color (decimal): -7914456 or 2636935. OLE color: 2636935.

HSL color Cylindrical-coordinate representation of color #873C28: hue angle of 12.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873C28 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1356040-
CMYK00.560.700.47
HSL12.63º54.29%34.31%-
HSV(B)12.63º70.37%52.94%-
XYZ11.998.543.02-
YUV80.14105.35167.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=57.45%
G=25.53%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135604000.560.700.4712.6354.2934.31
Hex873C28038462Fd3622
Octal207745007010657156642
Binary10000111111100101000011100010001101011111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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