#8C5745

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

Shades of Ironstone #8C5745

Tints of Ironstone #8C5745

Color information

#8C5745 (or 0x8C5745) is unknown color: approx Ironstone. HEX triplet: 8C, 57 and 45. RGB value is (140,87,69). Sum of RGB (Red+Green+Blue) = 140+87+69=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5745 is #73A8BA. Grayscale: #646464. Windows color (decimal): -7579835 or 4544396. OLE color: 4544396.

HSL color Cylindrical-coordinate representation of color #8C5745: hue angle of 15.21º degrees, saturation: 0.34, 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 #8C5745 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1408769-
CMYK00.380.510.45
HSL15.21º33.97%40.98%-
HSV(B)15.21º50.71%54.9%-
XYZ15.312.827.3-
YUV100.8110.06155.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=47.30%
G=29.39%
B=23.31%

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
Decimal140876900.380.510.4515.2133.9740.98
Hex8C5745026332Df2229
Octal2141271050466355174251
Binary100011001010111100010101001101100111011011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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