#8C4125

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

Shades of Fire #8C4125

Tints of Fire #8C4125

Color information

#8C4125 (or 0x8C4125) is unknown color: approx Fire. HEX triplet: 8C, 41 and 25. RGB value is (140,65,37). Sum of RGB (Red+Green+Blue) = 140+65+37=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4125 is #73BEDA. Grayscale: #545454. Windows color (decimal): -7585499 or 2441612. OLE color: 2441612.

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

Color convert

RGB1406537-
CMYK00.540.740.45
HSL16.31º58.19%34.71%-
HSV(B)16.31º73.57%54.9%-
XYZ13.049.492.89-
YUV84.23101.35167.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=57.85%
G=26.86%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140653700.540.740.4516.3158.1934.71
Hex8C41250364A2D103a23
Octal2141014506611255207243
Binary1000110010000011001010110110100101010110110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,37); }

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

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

 a { background-color: rgb(140,65,37); }

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

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

 span { border-color: rgb(140,65,37); }

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