#7A5147

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

Shades of Ironstone #7A5147

Tints of Ironstone #7A5147

Color information

#7A5147 (or 0x7A5147) is unknown color: approx Ironstone. HEX triplet: 7A, 51 and 47. RGB value is (122,81,71). Sum of RGB (Red+Green+Blue) = 122+81+71=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5147 is #85AEB8. Grayscale: #5C5C5C. Windows color (decimal): -8761017 or 4673914. OLE color: 4673914.

HSL color Cylindrical-coordinate representation of color #7A5147: hue angle of 11.76º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A5147 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1228171-
CMYK00.340.420.52
HSL11.76º26.42%37.84%-
HSV(B)11.76º41.8%47.84%-
XYZ12.1110.487.35-
YUV92.12116.08149.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=44.53%
G=29.56%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122817100.340.420.5211.7626.4237.84
Hex7A51470222A34c1a26
Octal1721211070425264143246
Binary1111010101000110001110100010101010110100110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5147; }

 p { color: rgb(122,81,71); }

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

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

 a { background-color: rgb(122,81,71); }

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

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

 span { border-color: rgb(122,81,71); }

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