#8D452F

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

Shades of Fire #8D452F

Tints of Fire #8D452F

Color information

#8D452F (or 0x8D452F) is unknown color: approx Fire. HEX triplet: 8D, 45 and 2F. RGB value is (141,69,47). Sum of RGB (Red+Green+Blue) = 141+69+47=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D452F is #72BAD0. Grayscale: #585858. Windows color (decimal): -7518929 or 3097997. OLE color: 3097997.

HSL color Cylindrical-coordinate representation of color #8D452F: hue angle of 14.04º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D452F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1416947-
CMYK00.510.670.45
HSL14.04º50%36.86%-
HSV(B)14.04º66.67%55.29%-
XYZ13.6310.123.93-
YUV88.02104.85165.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=54.86%
G=26.85%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141694700.510.670.4514.045036.86
Hex8D452F033432De3225
Octal2151055706310355166245
Binary100011011000101101111011001110000111011011110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,47); }

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

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

 a { background-color: rgb(141,69,47); }

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

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

 span { border-color: rgb(141,69,47); }

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