#87503D

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

Shades of Ironstone #87503D

Tints of Ironstone #87503D

Color information

#87503D (or 0x87503D) is unknown color: approx Ironstone. HEX triplet: 87, 50 and 3D. RGB value is (135,80,61). Sum of RGB (Red+Green+Blue) = 135+80+61=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87503D is #78AFC2. Grayscale: #5E5E5E. Windows color (decimal): -7909315 or 4018311. OLE color: 4018311.

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

Color convert

RGB1358061-
CMYK00.410.550.47
HSL15.41º37.76%38.43%-
HSV(B)15.41º54.81%52.94%-
XYZ13.711.235.86-
YUV94.28109.22157.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=48.91%
G=28.99%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135806100.410.550.4715.4137.7638.43
Hex87503D029372Ff2626
Octal207120750516757174646
Binary10000111101000011110101010011101111011111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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