#874122

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

Shades of Fire #874122

Tints of Fire #874122

Color information

#874122 (or 0x874122) is unknown color: approx Fire. HEX triplet: 87, 41 and 22. RGB value is (135,65,34). Sum of RGB (Red+Green+Blue) = 135+65+34=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #874122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874122 is #78BEDD. Grayscale: #525252. Windows color (decimal): -7913182 or 2244999. OLE color: 2244999.

HSL color Cylindrical-coordinate representation of color #874122: hue angle of 18.42º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #874122 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1356534-
CMYK00.520.750.47
HSL18.42º59.76%33.14%-
HSV(B)18.42º74.81%52.94%-
XYZ12.179.052.62-
YUV82.4100.69165.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 34 (13.67% from 255) = 14.53%
R=57.69%
G=27.78%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135653400.520.750.4718.4259.7633.14
Hex8741220344B2F123c21
Octal2071014206411357227441
Binary1000011110000011000100110100100101110111110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874122; }

 p { color: rgb(135,65,34); }

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

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

 a { background-color: rgb(135,65,34); }

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

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

 span { border-color: rgb(135,65,34); }

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