#8D4626

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

Shades of Fire #8D4626

Tints of Fire #8D4626

Color information

#8D4626 (or 0x8D4626) is unknown color: approx Fire. HEX triplet: 8D, 46 and 26. RGB value is (141,70,38). Sum of RGB (Red+Green+Blue) = 141+70+38=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4626 is #72B9D9. Grayscale: #575757. Windows color (decimal): -7518682 or 2508429. OLE color: 2508429.

HSL color Cylindrical-coordinate representation of color #8D4626: hue angle of 18.64º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D4626 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1417038-
CMYK00.500.730.45
HSL18.64º57.54%35.1%-
HSV(B)18.64º73.05%55.29%-
XYZ13.5210.183.09-
YUV87.58100.02166.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=56.63%
G=28.11%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141703800.500.730.4518.6457.5435.1
Hex8D4626032492D133a23
Octal2151064606211155237243
Binary1000110110001101001100110010100100110110110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4626; }

 p { color: rgb(141,70,38); }

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

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

 a { background-color: rgb(141,70,38); }

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

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

 span { border-color: rgb(141,70,38); }

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