#875447

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

Shades of Ironstone #875447

Tints of Ironstone #875447

Color information

#875447 (or 0x875447) is unknown color: approx Ironstone. HEX triplet: 87, 54 and 47. RGB value is (135,84,71). Sum of RGB (Red+Green+Blue) = 135+84+71=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875447 is #78ABB8. Grayscale: #616161. Windows color (decimal): -7908281 or 4674695. OLE color: 4674695.

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

Color convert

RGB1358471-
CMYK00.380.470.47
HSL12.19º31.07%40.39%-
HSV(B)12.19º47.41%52.94%-
XYZ14.311.957.51-
YUV97.77112.9154.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=46.55%
G=28.97%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135847100.380.470.4712.1931.0740.39
Hex8754470262F2Fc1f28
Octal2071241070465757143750
Binary10000111101010010001110100110101111101111110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875447; }

 p { color: rgb(135,84,71); }

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

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

 a { background-color: rgb(135,84,71); }

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

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

 span { border-color: rgb(135,84,71); }

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