#895440

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

Shades of Ironstone #895440

Tints of Ironstone #895440

Color information

#895440 (or 0x895440) is unknown color: approx Ironstone. HEX triplet: 89, 54 and 40. RGB value is (137,84,64). Sum of RGB (Red+Green+Blue) = 137+84+64=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #895440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895440 is #76ABBF. Grayscale: #616161. Windows color (decimal): -7777216 or 4215945. OLE color: 4215945.

HSL color Cylindrical-coordinate representation of color #895440: hue angle of 16.44º 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 #895440 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1378464-
CMYK00.390.530.46
HSL16.44º36.32%39.41%-
HSV(B)16.44º53.28%53.73%-
XYZ14.4112.036.41-
YUV97.57109.06156.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=48.07%
G=29.47%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137846400.390.530.4616.4436.3239.41
Hex895440027352E102427
Octal2111241000476556204447
Binary1000100110101001000000010011111010110111010000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895440; }

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

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

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

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

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

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

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

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