#87513F

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

Shades of Ironstone #87513F

Tints of Ironstone #87513F

Color information

#87513F (or 0x87513F) is unknown color: approx Ironstone. HEX triplet: 87, 51 and 3F. RGB value is (135,81,63). Sum of RGB (Red+Green+Blue) = 135+81+63=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87513F is #78AEC0. Grayscale: #5F5F5F. Windows color (decimal): -7909057 or 4149639. OLE color: 4149639.

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

Color convert

RGB1358163-
CMYK00.400.530.47
HSL15º36.36%38.82%-
HSV(B)15º53.33%52.94%-
XYZ13.8311.396.17-
YUV95.09109.89156.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 63 (25% from 255) = 22.58%
R=48.39%
G=29.03%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135816300.400.530.471536.3638.82
Hex87513F028352Ff2427
Octal207121770506557174447
Binary10000111101000111111101010001101011011111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87513F; }

 p { color: rgb(135,81,63); }

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

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

 a { background-color: rgb(135,81,63); }

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

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

 span { border-color: rgb(135,81,63); }

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