#8F4221

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

Shades of Fire #8F4221

Tints of Fire #8F4221

Color information

#8F4221 (or 0x8F4221) is unknown color: approx Fire. HEX triplet: 8F, 42 and 21. RGB value is (143,66,33). Sum of RGB (Red+Green+Blue) = 143+66+33=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4221 is #70BDDE. Grayscale: #555555. Windows color (decimal): -7388639 or 2179727. OLE color: 2179727.

HSL color Cylindrical-coordinate representation of color #8F4221: hue angle of 18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F4221 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1436633-
CMYK00.540.770.44
HSL18º62.5%34.51%-
HSV(B)18º76.92%56.08%-
XYZ13.559.852.63-
YUV85.2698.51169.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143663300.540.770.441862.534.51
Hex8F42210364D2C123e23
Octal2171024106611554227643
Binary1000111110000101000010110110100110110110010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,66,33); }

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

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

 a { background-color: rgb(143,66,33); }

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

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

 span { border-color: rgb(143,66,33); }

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