#895648

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

Shades of Ironstone #895648

Tints of Ironstone #895648

Color information

#895648 (or 0x895648) is unknown color: approx Ironstone. HEX triplet: 89, 56 and 48. RGB value is (137,86,72). Sum of RGB (Red+Green+Blue) = 137+86+72=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #895648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895648 is #76A9B7. Grayscale: #636363. Windows color (decimal): -7776696 or 4740745. OLE color: 4740745.

HSL color Cylindrical-coordinate representation of color #895648: hue angle of 12.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895648 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1378672-
CMYK00.370.470.46
HSL12.92º31.1%40.98%-
HSV(B)12.92º47.45%53.73%-
XYZ14.8112.447.75-
YUV99.65112.4154.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=46.44%
G=29.15%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137867200.370.470.4612.9231.140.98
Hex8956480252F2Ed1f29
Octal2111261100455756153751
Binary10001001101011010010000100101101111101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895648; }

 p { color: rgb(137,86,72); }

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

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

 a { background-color: rgb(137,86,72); }

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

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

 span { border-color: rgb(137,86,72); }

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