#7A5749

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

Shades of Ironstone #7A5749

Tints of Ironstone #7A5749

Color information

#7A5749 (or 0x7A5749) is unknown color: approx Ironstone. HEX triplet: 7A, 57 and 49. RGB value is (122,87,73). Sum of RGB (Red+Green+Blue) = 122+87+73=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5749 is #85A8B6. Grayscale: #5F5F5F. Windows color (decimal): -8759479 or 4806522. OLE color: 4806522.

HSL color Cylindrical-coordinate representation of color #7A5749: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5749 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1228773-
CMYK00.290.400.52
HSL17.14º25.13%38.24%-
HSV(B)17.14º40.16%47.84%-
XYZ12.6411.447.84-
YUV95.87115.1146.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=43.26%
G=30.85%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122877300.290.400.5217.1425.1338.24
Hex7A574901D2834111926
Octal1721271110355064213146
Binary1111010101011110010010111011010001101001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,73); }

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

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

 a { background-color: rgb(122,87,73); }

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

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

 span { border-color: rgb(122,87,73); }

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