#8D412F

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

Shades of Fire #8D412F

Tints of Fire #8D412F

Color information

#8D412F (or 0x8D412F) is unknown color: approx Fire. HEX triplet: 8D, 41 and 2F. RGB value is (141,65,47). Sum of RGB (Red+Green+Blue) = 141+65+47=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D412F is #72BED0. Grayscale: #555555. Windows color (decimal): -7519953 or 3096973. OLE color: 3096973.

HSL color Cylindrical-coordinate representation of color #8D412F: hue angle of 11.49º 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 #8D412F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1416547-
CMYK00.540.670.45
HSL11.49º50%36.86%-
HSV(B)11.49º66.67%55.29%-
XYZ13.399.653.85-
YUV85.67106.18167.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=55.73%
G=25.69%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141654700.540.670.4511.495036.86
Hex8D412F036432Db3225
Octal2151015706610355136245
Binary100011011000001101111011011010000111011011011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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