#87523C

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

Shades of Ironstone #87523C

Tints of Ironstone #87523C

Color information

#87523C (or 0x87523C) is unknown color: approx Ironstone. HEX triplet: 87, 52 and 3C. RGB value is (135,82,60). Sum of RGB (Red+Green+Blue) = 135+82+60=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87523C is #78ADC3. Grayscale: #5F5F5F. Windows color (decimal): -7908804 or 3953287. OLE color: 3953287.

HSL color Cylindrical-coordinate representation of color #87523C: hue angle of 17.6º 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 #87523C is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1358260-
CMYK00.390.560.47
HSL17.6º38.46%38.24%-
HSV(B)17.6º55.56%52.94%-
XYZ13.8211.515.77-
YUV95.34108.06156.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=48.74%
G=29.60%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135826000.390.560.4717.638.4638.24
Hex87523C027382F122626
Octal207122740477057224646
Binary100001111010010111100010011111100010111110010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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