#874629

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

Shades of Fire #874629

Tints of Fire #874629

Color information

#874629 (or 0x874629) is unknown color: approx Fire. HEX triplet: 87, 46 and 29. RGB value is (135,70,41). Sum of RGB (Red+Green+Blue) = 135+70+41=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874629 is #78B9D6. Grayscale: #565656. Windows color (decimal): -7911895 or 2705031. OLE color: 2705031.

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

Color convert

RGB1357041-
CMYK00.480.700.47
HSL18.51º53.41%34.51%-
HSV(B)18.51º69.63%52.94%-
XYZ12.589.693.31-
YUV86.13102.53162.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=54.88%
G=28.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135704100.480.700.4718.5153.4134.51
Hex874629030462F133523
Octal2071065106010657236543
Binary1000011110001101010010110000100011010111110011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874629; }

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

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

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

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

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

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

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

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