#7D524A

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

Shades of Ironstone #7D524A

Tints of Ironstone #7D524A

Color information

#7D524A (or 0x7D524A) is unknown color: approx Ironstone. HEX triplet: 7D, 52 and 4A. RGB value is (125,82,74). Sum of RGB (Red+Green+Blue) = 125+82+74=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D524A is #82ADB5. Grayscale: #5E5E5E. Windows color (decimal): -8564150 or 4870781. OLE color: 4870781.

HSL color Cylindrical-coordinate representation of color #7D524A: hue angle of 9.41º 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 #7D524A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1258274-
CMYK00.340.410.51
HSL9.41º25.63%39.02%-
HSV(B)9.41º40.8%49.02%-
XYZ12.7110.897.91-
YUV93.94116.75150.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=44.48%
G=29.18%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125827400.340.410.519.4125.6339.02
Hex7D524A022293391a27
Octal1751221120425163113247
Binary1111101101001010010100100010101001110011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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