#874028

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

Shades of Fire #874028

Tints of Fire #874028

Color information

#874028 (or 0x874028) is unknown color: approx Fire. HEX triplet: 87, 40 and 28. RGB value is (135,64,40). Sum of RGB (Red+Green+Blue) = 135+64+40=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #874028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874028 is #78BFD7. Grayscale: #525252. Windows color (decimal): -7913432 or 2637959. OLE color: 2637959.

HSL color Cylindrical-coordinate representation of color #874028: hue angle of 15.16º 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 #874028 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1356440-
CMYK00.530.700.47
HSL15.16º54.29%34.31%-
HSV(B)15.16º70.37%52.94%-
XYZ12.218.973.1-
YUV82.49104.02165.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=56.49%
G=26.78%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135644000.530.700.4715.1654.2934.31
Hex874028035462Ff3622
Octal2071005006510657176642
Binary100001111000000101000011010110001101011111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874028; }

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

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

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

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

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

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

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

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