#815547

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

Shades of Ironstone #815547

Tints of Ironstone #815547

Color information

#815547 (or 0x815547) is unknown color: approx Ironstone. HEX triplet: 81, 55 and 47. RGB value is (129,85,71). Sum of RGB (Red+Green+Blue) = 129+85+71=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #815547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815547 is #7EAAB8. Grayscale: #606060. Windows color (decimal): -8301241 or 4674945. OLE color: 4674945.

HSL color Cylindrical-coordinate representation of color #815547: hue angle of 14.48º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #815547 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1298571-
CMYK00.340.450.49
HSL14.48º29%39.22%-
HSV(B)14.48º44.96%50.59%-
XYZ13.4411.627.5-
YUV96.56113.58151.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=45.26%
G=29.82%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129857100.340.450.4914.482939.22
Hex8155470222D31e1d27
Octal2011251070425561163547
Binary10000001101010110001110100010101101110001111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815547; }

 p { color: rgb(129,85,71); }

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

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

 a { background-color: rgb(129,85,71); }

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

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

 span { border-color: rgb(129,85,71); }

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