#874228

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

Shades of Fire #874228

Tints of Fire #874228

Color information

#874228 (or 0x874228) is unknown color: approx Fire. HEX triplet: 87, 42 and 28. RGB value is (135,66,40). Sum of RGB (Red+Green+Blue) = 135+66+40=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874228 is #78BDD7. Grayscale: #535353. Windows color (decimal): -7912920 or 2638471. OLE color: 2638471.

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

Color convert

RGB1356640-
CMYK00.510.700.47
HSL16.42º54.29%34.31%-
HSV(B)16.42º70.37%52.94%-
XYZ12.329.23.13-
YUV83.67103.36164.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=56.02%
G=27.39%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135664000.510.700.4716.4254.2934.31
Hex874228033462F103622
Octal2071025006310657206642
Binary1000011110000101010000110011100011010111110000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874228; }

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

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

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

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

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

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

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

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