#885540

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

Shades of Ironstone #885540

Tints of Ironstone #885540

Color information

#885540 (or 0x885540) is unknown color: approx Ironstone. HEX triplet: 88, 55 and 40. RGB value is (136,85,64). Sum of RGB (Red+Green+Blue) = 136+85+64=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885540 is #77AABF. Grayscale: #616161. Windows color (decimal): -7842496 or 4216200. OLE color: 4216200.

HSL color Cylindrical-coordinate representation of color #885540: hue angle of 17.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885540 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1368564-
CMYK00.380.530.47
HSL17.5º36%39.22%-
HSV(B)17.5º52.94%53.33%-
XYZ14.3312.16.43-
YUV97.86108.9155.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=47.72%
G=29.82%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136856400.380.530.4717.53639.22
Hex885540026352F122427
Octal2101251000466557224447
Binary1000100010101011000000010011011010110111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885540; }

 p { color: rgb(136,85,64); }

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

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

 a { background-color: rgb(136,85,64); }

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

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

 span { border-color: rgb(136,85,64); }

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