#874128

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

Shades of Fire #874128

Tints of Fire #874128

Color information

#874128 (or 0x874128) is unknown color: approx Fire. HEX triplet: 87, 41 and 28. RGB value is (135,65,40). Sum of RGB (Red+Green+Blue) = 135+65+40=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #874128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874128 is #78BED7. Grayscale: #535353. Windows color (decimal): -7913176 or 2638215. OLE color: 2638215.

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

Color convert

RGB1356540-
CMYK00.520.700.47
HSL15.79º54.29%34.31%-
HSV(B)15.79º70.37%52.94%-
XYZ12.269.083.11-
YUV83.08103.69165.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=56.25%
G=27.08%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135654000.520.700.4715.7954.2934.31
Hex874128034462F103622
Octal2071015006410657206642
Binary1000011110000011010000110100100011010111110000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874128; }

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

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

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

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

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

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

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

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