#8D442E

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

Shades of Fire #8D442E

Tints of Fire #8D442E

Color information

#8D442E (or 0x8D442E) is unknown color: approx Fire. HEX triplet: 8D, 44 and 2E. RGB value is (141,68,46). Sum of RGB (Red+Green+Blue) = 141+68+46=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D442E is #72BBD1. Grayscale: #575757. Windows color (decimal): -7519186 or 3032205. OLE color: 3032205.

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

Color convert

RGB1416846-
CMYK00.520.670.45
HSL13.89º50.8%36.67%-
HSV(B)13.89º67.38%55.29%-
XYZ13.549.993.8-
YUV87.32104.68166.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=55.29%
G=26.67%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141684600.520.670.4513.8950.836.67
Hex8D442E034432De3325
Octal2151045606410355166345
Binary100011011000100101110011010010000111011011110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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