#8F462C

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

Shades of Fire #8F462C

Tints of Fire #8F462C

Color information

#8F462C (or 0x8F462C) is unknown color: approx Fire. HEX triplet: 8F, 46 and 2C. RGB value is (143,70,44). Sum of RGB (Red+Green+Blue) = 143+70+44=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F462C is #70B9D3. Grayscale: #595959. Windows color (decimal): -7387604 or 2901647. OLE color: 2901647.

HSL color Cylindrical-coordinate representation of color #8F462C: hue angle of 15.76º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F462C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1437044-
CMYK00.510.690.44
HSL15.76º52.94%36.67%-
HSV(B)15.76º69.23%56.08%-
XYZ13.9710.43.65-
YUV88.86102.68166.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=55.64%
G=27.24%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143704400.510.690.4415.7652.9436.67
Hex8F462C033452C103525
Octal2171065406310554206545
Binary1000111110001101011000110011100010110110010000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,70,44); }

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

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

 a { background-color: rgb(143,70,44); }

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

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

 span { border-color: rgb(143,70,44); }

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