#874329

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

Shades of Fire #874329

Tints of Fire #874329

Color information

#874329 (or 0x874329) is unknown color: approx Fire. HEX triplet: 87, 43 and 29. RGB value is (135,67,41). Sum of RGB (Red+Green+Blue) = 135+67+41=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #874329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874329 is #78BCD6. Grayscale: #545454. Windows color (decimal): -7912663 or 2704263. OLE color: 2704263.

HSL color Cylindrical-coordinate representation of color #874329: hue angle of 16.6º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874329 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1356741-
CMYK00.500.700.47
HSL16.6º53.41%34.51%-
HSV(B)16.6º69.63%52.94%-
XYZ12.49.333.24-
YUV84.37103.53164.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=55.56%
G=27.57%
B=16.87%

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
Decimal135674100.500.700.4716.653.4134.51
Hex874329032462F113523
Octal2071035106210657216543
Binary1000011110000111010010110010100011010111110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874329; }

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

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

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

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

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

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

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

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