#8D422C

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

Shades of Fire #8D422C

Tints of Fire #8D422C

Color information

#8D422C (or 0x8D422C) is unknown color: approx Fire. HEX triplet: 8D, 42 and 2C. RGB value is (141,66,44). Sum of RGB (Red+Green+Blue) = 141+66+44=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D422C is #72BDD3. Grayscale: #565656. Windows color (decimal): -7519700 or 2900621. OLE color: 2900621.

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

Color convert

RGB1416644-
CMYK00.530.690.45
HSL13.61º52.43%36.27%-
HSV(B)13.61º68.79%55.29%-
XYZ13.399.743.56-
YUV85.92104.35167.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.18%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=56.18%
G=26.29%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141664400.530.690.4513.6152.4336.27
Hex8D422C035452De3424
Octal2151025406510555166444
Binary100011011000010101100011010110001011011011110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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