#873C1E

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

Shades of Fire #873C1E

Tints of Fire #873C1E

Color information

#873C1E (or 0x873C1E) is unknown color: approx Fire. HEX triplet: 87, 3C and 1E. RGB value is (135,60,30). Sum of RGB (Red+Green+Blue) = 135+60+30=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #873C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873C1E is #78C3E1. Grayscale: #4F4F4F. Windows color (decimal): -7914466 or 1981575. OLE color: 1981575.

HSL color Cylindrical-coordinate representation of color #873C1E: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #873C1E is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1356030-
CMYK00.560.780.47
HSL17.14º63.64%32.35%-
HSV(B)17.14º77.78%52.94%-
XYZ11.848.482.24-
YUV79100.35167.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135603000.560.780.4717.1463.6432.35
Hex873C1E0384E2F114020
Octal2077436070116572110040
Binary100001111111001111001110001001110101111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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