#8d4025

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

Shades of Fire #8D4025

Tints of Fire #8D4025

Color information

#8D4025 (or 0x8D4025) is unknown color: approx Fire. HEX triplet: 8D, 40 and 25. RGB value is (141,64,37). Sum of RGB (Red+Green+Blue) = 141+64+37=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4025 is #72BFDA. Grayscale: #545454. Windows color (decimal): -7520219 or 2441357. OLE color: 2441357.

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

Color convert

RGB1416437-
CMYK00.550.740.45
HSL15.58º58.43%34.9%-
HSV(B)15.58º73.76%55.29%-
XYZ13.159.462.88-
YUV83.94101.51168.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=58.26%
G=26.45%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141643700.550.740.4515.5858.4334.9
Hex8D40250374A2D103a23
Octal2151004506711255207243
Binary1000110110000001001010110111100101010110110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,37); }

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

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

 a { background-color: rgb(141,64,37); }

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

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

 span { border-color: rgb(141,64,37); }

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