#874226

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

Shades of Fire #874226

Tints of Fire #874226

Color information

#874226 (or 0x874226) is unknown color: approx Fire. HEX triplet: 87, 42 and 26. RGB value is (135,66,38). Sum of RGB (Red+Green+Blue) = 135+66+38=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #874226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874226 is #78BDD9. Grayscale: #535353. Windows color (decimal): -7912922 or 2507399. OLE color: 2507399.

HSL color Cylindrical-coordinate representation of color #874226: hue angle of 17.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #874226 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1356638-
CMYK00.510.720.47
HSL17.32º56.07%33.92%-
HSV(B)17.32º71.85%52.94%-
XYZ12.299.192.96-
YUV83.44102.36164.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=56.49%
G=27.62%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135663800.510.720.4717.3256.0733.92
Hex874226033482F113822
Octal2071024606311057217042
Binary1000011110000101001100110011100100010111110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874226; }

 p { color: rgb(135,66,38); }

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

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

 a { background-color: rgb(135,66,38); }

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

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

 span { border-color: rgb(135,66,38); }

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