#815247

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

Shades of Ironstone #815247

Tints of Ironstone #815247

Color information

#815247 (or 0x815247) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 47. RGB value is (129,82,71). Sum of RGB (Red+Green+Blue) = 129+82+71=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #815247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815247 is #7EADB8. Grayscale: #5E5E5E. Windows color (decimal): -8302009 or 4674177. OLE color: 4674177.

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

Color convert

RGB1298271-
CMYK00.360.450.49
HSL11.38º29%39.22%-
HSV(B)11.38º44.96%50.59%-
XYZ13.2111.167.42-
YUV94.8114.57152.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=45.74%
G=29.08%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129827100.360.450.4911.382939.22
Hex8152470242D31b1d27
Octal2011221070445561133547
Binary10000001101001010001110100100101101110001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815247; }

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

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

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

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

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

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

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

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