#815244

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

Shades of Ironstone #815244

Tints of Ironstone #815244

Color information

#815244 (or 0x815244) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 44. RGB value is (129,82,68). Sum of RGB (Red+Green+Blue) = 129+82+68=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #815244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815244 is #7EADBB. Grayscale: #5E5E5E. Windows color (decimal): -8302012 or 4477569. OLE color: 4477569.

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

Color convert

RGB1298268-
CMYK00.360.470.49
HSL13.77º30.96%38.63%-
HSV(B)13.77º47.29%50.59%-
XYZ13.1111.126.92-
YUV94.46113.07152.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.24%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=46.24%
G=29.39%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129826800.360.470.4913.7730.9638.63
Hex8152440242F31e1f27
Octal2011221040445761163747
Binary10000001101001010001000100100101111110001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815244; }

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

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

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

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

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

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

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

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