#874328

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

Shades of Fire #874328

Tints of Fire #874328

Color information

#874328 (or 0x874328) is unknown color: approx Fire. HEX triplet: 87, 43 and 28. RGB value is (135,67,40). Sum of RGB (Red+Green+Blue) = 135+67+40=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874328 is #78BCD7. Grayscale: #545454. Windows color (decimal): -7912664 or 2638727. OLE color: 2638727.

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

Color convert

RGB1356740-
CMYK00.500.700.47
HSL17.05º54.29%34.31%-
HSV(B)17.05º70.37%52.94%-
XYZ12.389.323.15-
YUV84.25103.03164.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=55.79%
G=27.69%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135674000.500.700.4717.0554.2934.31
Hex874328032462F113622
Octal2071035006210657216642
Binary1000011110000111010000110010100011010111110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874328; }

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

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

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

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

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

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

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

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