#8F422F

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

Shades of Fire #8F422F

Tints of Fire #8F422F

Color information

#8F422F (or 0x8F422F) is unknown color: approx Fire. HEX triplet: 8F, 42 and 2F. RGB value is (143,66,47). Sum of RGB (Red+Green+Blue) = 143+66+47=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F422F is #70BDD0. Grayscale: #575757. Windows color (decimal): -7388625 or 3097231. OLE color: 3097231.

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

Color convert

RGB1436647-
CMYK00.540.670.44
HSL11.88º50.53%37.25%-
HSV(B)11.88º67.13%56.08%-
XYZ13.799.943.88-
YUV86.86105.51168.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.86%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=55.86%
G=25.78%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143664700.540.670.4411.8850.5337.25
Hex8F422F036432Cc3325
Octal2171025706610354146345
Binary100011111000010101111011011010000111011001100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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