#8D4327

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

Shades of Fire #8D4327

Tints of Fire #8D4327

Color information

#8D4327 (or 0x8D4327) is unknown color: approx Fire. HEX triplet: 8D, 43 and 27. RGB value is (141,67,39). Sum of RGB (Red+Green+Blue) = 141+67+39=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4327 is #72BCD8. Grayscale: #565656. Windows color (decimal): -7519449 or 2573197. OLE color: 2573197.

HSL color Cylindrical-coordinate representation of color #8D4327: hue angle of 16.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4327 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1416739-
CMYK00.520.720.45
HSL16.47º56.67%35.29%-
HSV(B)16.47º72.34%55.29%-
XYZ13.369.823.11-
YUV85.93101.52167.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=57.09%
G=27.13%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141673900.520.720.4516.4756.6735.29
Hex8D4327034482D103923
Octal2151034706411055207143
Binary1000110110000111001110110100100100010110110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,39); }

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

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

 a { background-color: rgb(141,67,39); }

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

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

 span { border-color: rgb(141,67,39); }

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