#8F4627

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

Shades of Fire #8F4627

Tints of Fire #8F4627

Color information

#8F4627 (or 0x8F4627) is unknown color: approx Fire. HEX triplet: 8F, 46 and 27. RGB value is (143,70,39). Sum of RGB (Red+Green+Blue) = 143+70+39=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4627 is #70B9D8. Grayscale: #585858. Windows color (decimal): -7387609 or 2573967. OLE color: 2573967.

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

Color convert

RGB1437039-
CMYK00.510.730.44
HSL17.88º57.14%35.69%-
HSV(B)17.88º72.73%56.08%-
XYZ13.8810.373.19-
YUV88.29100.18167.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.75%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=56.75%
G=27.78%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143703900.510.730.4417.8857.1435.69
Hex8F4627033492C123924
Octal2171064706311154227144
Binary1000111110001101001110110011100100110110010010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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