#875540

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

Shades of Ironstone #875540

Tints of Ironstone #875540

Color information

#875540 (or 0x875540) is unknown color: approx Ironstone. HEX triplet: 87, 55 and 40. RGB value is (135,85,64). Sum of RGB (Red+Green+Blue) = 135+85+64=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875540 is #78AABF. Grayscale: #616161. Windows color (decimal): -7908032 or 4216199. OLE color: 4216199.

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

Color convert

RGB1358564-
CMYK00.370.530.47
HSL17.75º35.68%39.02%-
HSV(B)17.75º52.59%52.94%-
XYZ14.1712.026.42-
YUV97.56109.06154.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=47.54%
G=29.93%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135856400.370.530.4717.7535.6839.02
Hex875540025352F122427
Octal2071251000456557224447
Binary1000011110101011000000010010111010110111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875540; }

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

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

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

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

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

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

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

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