#874426

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

Shades of Fire #874426

Tints of Fire #874426

Color information

#874426 (or 0x874426) is unknown color: approx Fire. HEX triplet: 87, 44 and 26. RGB value is (135,68,38). Sum of RGB (Red+Green+Blue) = 135+68+38=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874426 is #78BBD9. Grayscale: #545454. Windows color (decimal): -7912410 or 2507911. OLE color: 2507911.

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

Color convert

RGB1356838-
CMYK00.500.720.47
HSL18.56º56.07%33.92%-
HSV(B)18.56º71.85%52.94%-
XYZ12.419.433-
YUV84.61101.7163.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=56.02%
G=28.22%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135683800.500.720.4718.5656.0733.92
Hex874426032482F133822
Octal2071044606211057237042
Binary1000011110001001001100110010100100010111110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874426; }

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

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

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

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

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

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

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

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