#815347

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

Shades of Ironstone #815347

Tints of Ironstone #815347

Color information

#815347 (or 0x815347) is unknown color: approx Ironstone. HEX triplet: 81, 53 and 47. RGB value is (129,83,71). Sum of RGB (Red+Green+Blue) = 129+83+71=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #815347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815347 is #7EACB8. Grayscale: #5F5F5F. Windows color (decimal): -8301753 or 4674433. OLE color: 4674433.

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

Color convert

RGB1298371-
CMYK00.360.450.49
HSL12.41º29%39.22%-
HSV(B)12.41º44.96%50.59%-
XYZ13.2811.317.44-
YUV95.39114.24151.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=45.58%
G=29.33%
B=25.09%

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
Decimal129837100.360.450.4912.412939.22
Hex8153470242D31c1d27
Octal2011231070445561143547
Binary10000001101001110001110100100101101110001110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815347; }

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

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

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

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

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

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

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

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