#874429

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

Shades of Fire #874429

Tints of Fire #874429

Color information

#874429 (or 0x874429) is unknown color: approx Fire. HEX triplet: 87, 44 and 29. RGB value is (135,68,41). Sum of RGB (Red+Green+Blue) = 135+68+41=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #874429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874429 is #78BBD6. Grayscale: #555555. Windows color (decimal): -7912407 or 2704519. OLE color: 2704519.

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

Color convert

RGB1356841-
CMYK00.500.700.47
HSL17.23º53.41%34.51%-
HSV(B)17.23º69.63%52.94%-
XYZ12.469.453.26-
YUV84.96103.2163.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=55.33%
G=27.87%
B=16.80%

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
Decimal135684100.500.700.4717.2353.4134.51
Hex874429032462F113523
Octal2071045106210657216543
Binary1000011110001001010010110010100011010111110001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874429; }

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

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

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

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

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

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

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

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