#8D422D

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

Shades of Fire #8D422D

Tints of Fire #8D422D

Color information

#8D422D (or 0x8D422D) is unknown color: approx Fire. HEX triplet: 8D, 42 and 2D. RGB value is (141,66,45). Sum of RGB (Red+Green+Blue) = 141+66+45=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D422D is #72BDD2. Grayscale: #565656. Windows color (decimal): -7519699 or 2966157. OLE color: 2966157.

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

Color convert

RGB1416645-
CMYK00.530.680.45
HSL13.13º51.61%36.47%-
HSV(B)13.13º68.09%55.29%-
XYZ13.419.753.66-
YUV86.03104.85167.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=55.95%
G=26.19%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141664500.530.680.4513.1351.6136.47
Hex8D422D035442Dd3424
Octal2151025506510455156444
Binary100011011000010101101011010110001001011011101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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