#895540

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

Shades of Ironstone #895540

Tints of Ironstone #895540

Color information

#895540 (or 0x895540) is unknown color: approx Ironstone. HEX triplet: 89, 55 and 40. RGB value is (137,85,64). Sum of RGB (Red+Green+Blue) = 137+85+64=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #895540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895540 is #76AABF. Grayscale: #626262. Windows color (decimal): -7776960 or 4216201. OLE color: 4216201.

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

Color convert

RGB1378564-
CMYK00.380.530.46
HSL17.26º36.32%39.41%-
HSV(B)17.26º53.28%53.73%-
XYZ14.4912.196.44-
YUV98.15108.73155.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=47.90%
G=29.72%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137856400.380.530.4617.2636.3239.41
Hex895540026352E112427
Octal2111251000466556214447
Binary1000100110101011000000010011011010110111010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895540; }

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

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

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

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

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

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

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

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