#8C4325

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

Shades of Fire #8C4325

Tints of Fire #8C4325

Color information

#8C4325 (or 0x8C4325) is unknown color: approx Fire. HEX triplet: 8C, 43 and 25. RGB value is (140,67,37). Sum of RGB (Red+Green+Blue) = 140+67+37=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4325 is #73BCDA. Grayscale: #555555. Windows color (decimal): -7584987 or 2442124. OLE color: 2442124.

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

Color convert

RGB1406737-
CMYK00.520.740.45
HSL17.48º58.19%34.71%-
HSV(B)17.48º73.57%54.9%-
XYZ13.169.722.93-
YUV85.41100.68166.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.38%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=57.38%
G=27.46%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140673700.520.740.4517.4858.1934.71
Hex8C43250344A2D113a23
Octal2141034506411255217243
Binary1000110010000111001010110100100101010110110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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