#8D462F

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

Shades of Fire #8D462F

Tints of Fire #8D462F

Color information

#8D462F (or 0x8D462F) is unknown color: approx Fire. HEX triplet: 8D, 46 and 2F. RGB value is (141,70,47). Sum of RGB (Red+Green+Blue) = 141+70+47=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D462F is #72B9D0. Grayscale: #585858. Windows color (decimal): -7518673 or 3098253. OLE color: 3098253.

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

Color convert

RGB1417047-
CMYK00.500.670.45
HSL14.68º50%36.86%-
HSV(B)14.68º66.67%55.29%-
XYZ13.6910.253.95-
YUV88.61104.52165.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=54.65%
G=27.13%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141704700.500.670.4514.685036.86
Hex8D462F032432Df3225
Octal2151065706210355176245
Binary100011011000110101111011001010000111011011111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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