#875543

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

Shades of Ironstone #875543

Tints of Ironstone #875543

Color information

#875543 (or 0x875543) is unknown color: approx Ironstone. HEX triplet: 87, 55 and 43. RGB value is (135,85,67). Sum of RGB (Red+Green+Blue) = 135+85+67=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #875543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875543 is #78AABC. Grayscale: #626262. Windows color (decimal): -7908029 or 4412807. OLE color: 4412807.

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

Color convert

RGB1358567-
CMYK00.370.500.47
HSL15.88º33.66%39.61%-
HSV(B)15.88º50.37%52.94%-
XYZ14.2512.056.89-
YUV97.9110.56154.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=47.04%
G=29.62%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135856700.370.500.4715.8833.6639.61
Hex875543025322F102228
Octal2071251030456257204250
Binary1000011110101011000011010010111001010111110000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875543; }

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

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

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

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

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

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

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

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