#7D574A

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

Shades of Ironstone #7D574A

Tints of Ironstone #7D574A

Color information

#7D574A (or 0x7D574A) is unknown color: approx Ironstone. HEX triplet: 7D, 57 and 4A. RGB value is (125,87,74). Sum of RGB (Red+Green+Blue) = 125+87+74=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D574A is #82A8B5. Grayscale: #606060. Windows color (decimal): -8562870 or 4872061. OLE color: 4872061.

HSL color Cylindrical-coordinate representation of color #7D574A: hue angle of 15.29º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D574A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1258774-
CMYK00.300.410.51
HSL15.29º25.63%39.02%-
HSV(B)15.29º40.8%49.02%-
XYZ13.111.678.04-
YUV96.88115.09148.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=43.71%
G=30.42%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125877400.300.410.5115.2925.6339.02
Hex7D574A01E2933f1a27
Octal1751271120365163173247
Binary111110110101111001010011110101001110011111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,74); }

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

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

 a { background-color: rgb(125,87,74); }

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

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

 span { border-color: rgb(125,87,74); }

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