#8C5744

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

Shades of Ironstone #8C5744

Tints of Ironstone #8C5744

Color information

#8C5744 (or 0x8C5744) is unknown color: approx Ironstone. HEX triplet: 8C, 57 and 44. RGB value is (140,87,68). Sum of RGB (Red+Green+Blue) = 140+87+68=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5744 is #73A8BB. Grayscale: #646464. Windows color (decimal): -7579836 or 4478860. OLE color: 4478860.

HSL color Cylindrical-coordinate representation of color #8C5744: hue angle of 15.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5744 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1408768-
CMYK00.380.510.45
HSL15.83º34.62%40.78%-
HSV(B)15.83º51.43%54.9%-
XYZ15.2712.817.14-
YUV100.68109.56156.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=47.46%
G=29.49%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140876800.380.510.4515.8334.6240.78
Hex8C5744026332D102329
Octal2141271040466355204351
Binary1000110010101111000100010011011001110110110000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,68); }

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

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

 a { background-color: rgb(140,87,68); }

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

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

 span { border-color: rgb(140,87,68); }

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