#8D4428

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

Shades of Fire #8D4428

Tints of Fire #8D4428

Color information

#8D4428 (or 0x8D4428) is unknown color: approx Fire. HEX triplet: 8D, 44 and 28. RGB value is (141,68,40). Sum of RGB (Red+Green+Blue) = 141+68+40=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4428 is #72BBD7. Grayscale: #565656. Windows color (decimal): -7519192 or 2638989. OLE color: 2638989.

HSL color Cylindrical-coordinate representation of color #8D4428: hue angle of 16.63º degrees, saturation: 0.56, 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 #8D4428 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1416840-
CMYK00.520.720.45
HSL16.63º55.8%35.49%-
HSV(B)16.63º71.63%55.29%-
XYZ13.439.953.22-
YUV86.64101.68166.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=56.63%
G=27.31%
B=16.06%

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
Decimal141684000.520.720.4516.6355.835.49
Hex8D4428034482D113823
Octal2151045006411055217043
Binary1000110110001001010000110100100100010110110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,68,40); }

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

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

 a { background-color: rgb(141,68,40); }

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

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

 span { border-color: rgb(141,68,40); }

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