#815649

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

Shades of Ironstone #815649

Tints of Ironstone #815649

Color information

#815649 (or 0x815649) is unknown color: approx Ironstone. HEX triplet: 81, 56 and 49. RGB value is (129,86,73). Sum of RGB (Red+Green+Blue) = 129+86+73=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #815649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815649 is #7EA9B6. Grayscale: #616161. Windows color (decimal): -8300983 or 4806273. OLE color: 4806273.

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

Color convert

RGB1298673-
CMYK00.330.430.49
HSL13.93º27.72%39.61%-
HSV(B)13.93º43.41%50.59%-
XYZ13.5811.87.87-
YUV97.38114.25150.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=44.79%
G=29.86%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129867300.330.430.4913.9327.7239.61
Hex8156490212B31e1c28
Octal2011261110415361163450
Binary10000001101011010010010100001101011110001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815649; }

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

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

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

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

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

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

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

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