#815249

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

Shades of Ironstone #815249

Tints of Ironstone #815249

Color information

#815249 (or 0x815249) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 49. RGB value is (129,82,73). Sum of RGB (Red+Green+Blue) = 129+82+73=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #815249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815249 is #7EADB6. Grayscale: #5F5F5F. Windows color (decimal): -8302007 or 4805249. OLE color: 4805249.

HSL color Cylindrical-coordinate representation of color #815249: hue angle of 9.64º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815249 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1298273-
CMYK00.360.430.49
HSL9.64º27.72%39.61%-
HSV(B)9.64º43.41%50.59%-
XYZ13.2711.187.76-
YUV95.03115.57152.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=45.42%
G=28.87%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129827300.360.430.499.6427.7239.61
Hex8152490242B31a1c28
Octal2011221110445361123450
Binary10000001101001010010010100100101011110001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815249; }

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

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

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

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

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

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

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

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