#87503E

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

Shades of Ironstone #87503E

Tints of Ironstone #87503E

Color information

#87503E (or 0x87503E) is unknown color: approx Ironstone. HEX triplet: 87, 50 and 3E. RGB value is (135,80,62). Sum of RGB (Red+Green+Blue) = 135+80+62=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87503E is #78AFC1. Grayscale: #5E5E5E. Windows color (decimal): -7909314 or 4083847. OLE color: 4083847.

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

Color convert

RGB1358062-
CMYK00.410.540.47
HSL14.79º37.06%38.63%-
HSV(B)14.79º54.07%52.94%-
XYZ13.7311.246-
YUV94.39109.72156.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=48.74%
G=28.88%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135806200.410.540.4714.7937.0638.63
Hex87503E029362Ff2527
Octal207120760516657174547
Binary10000111101000011111001010011101101011111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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