#87503C

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

Shades of Ironstone #87503C

Tints of Ironstone #87503C

Color information

#87503C (or 0x87503C) is unknown color: approx Ironstone. HEX triplet: 87, 50 and 3C. RGB value is (135,80,60). Sum of RGB (Red+Green+Blue) = 135+80+60=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #87503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87503C is #78AFC3. Grayscale: #5E5E5E. Windows color (decimal): -7909316 or 3952775. OLE color: 3952775.

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

Color convert

RGB1358060-
CMYK00.410.560.47
HSL16º38.46%38.24%-
HSV(B)16º55.56%52.94%-
XYZ13.6811.215.72-
YUV94.16108.72157.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=49.09%
G=29.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135806000.410.560.471638.4638.24
Hex87503C029382F102626
Octal207120740517057204646
Binary100001111010000111100010100111100010111110000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87503C; }

 p { color: rgb(135,80,60); }

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

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

 a { background-color: rgb(135,80,60); }

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

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

 span { border-color: rgb(135,80,60); }

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