#8D422E

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

Shades of Fire #8D422E

Tints of Fire #8D422E

Color information

#8D422E (or 0x8D422E) is unknown color: approx Fire. HEX triplet: 8D, 42 and 2E. RGB value is (141,66,46). Sum of RGB (Red+Green+Blue) = 141+66+46=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D422E is #72BDD1. Grayscale: #565656. Windows color (decimal): -7519698 or 3031693. OLE color: 3031693.

HSL color Cylindrical-coordinate representation of color #8D422E: hue angle of 12.63º 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 #8D422E is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1416646-
CMYK00.530.670.45
HSL12.63º50.8%36.67%-
HSV(B)12.63º67.38%55.29%-
XYZ13.439.763.76-
YUV86.14105.35167.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=55.73%
G=26.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141664600.530.670.4512.6350.836.67
Hex8D422E035432Dd3325
Octal2151025606510355156345
Binary100011011000010101110011010110000111011011101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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