#815047

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

Shades of Ironstone #815047

Tints of Ironstone #815047

Color information

#815047 (or 0x815047) is unknown color: approx Ironstone. HEX triplet: 81, 50 and 47. RGB value is (129,80,71). Sum of RGB (Red+Green+Blue) = 129+80+71=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #815047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815047 is #7EAFB8. Grayscale: #5D5D5D. Windows color (decimal): -8302521 or 4673665. OLE color: 4673665.

HSL color Cylindrical-coordinate representation of color #815047: hue angle of 9.31º 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 #815047 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1298071-
CMYK00.380.450.49
HSL9.31º29%39.22%-
HSV(B)9.31º44.96%50.59%-
XYZ13.0610.867.37-
YUV93.62115.23153.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 71 (28.12% from 255) = 25.36%
R=46.07%
G=28.57%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129807100.380.450.499.312939.22
Hex8150470262D3191d27
Octal2011201070465561113547
Binary10000001101000010001110100110101101110001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815047; }

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

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

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

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

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

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

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

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