#875541

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

Shades of Ironstone #875541

Tints of Ironstone #875541

Color information

#875541 (or 0x875541) is unknown color: approx Ironstone. HEX triplet: 87, 55 and 41. RGB value is (135,85,65). Sum of RGB (Red+Green+Blue) = 135+85+65=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875541 is #78AABE. Grayscale: #616161. Windows color (decimal): -7908031 or 4281735. OLE color: 4281735.

HSL color Cylindrical-coordinate representation of color #875541: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875541 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1358565-
CMYK00.370.520.47
HSL17.14º35%39.22%-
HSV(B)17.14º51.85%52.94%-
XYZ14.1912.036.57-
YUV97.67109.56154.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=47.37%
G=29.82%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135856500.370.520.4717.143539.22
Hex875541025342F112327
Octal2071251010456457214347
Binary1000011110101011000001010010111010010111110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875541; }

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

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

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

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

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

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

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

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