#7D5047

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

Shades of Ironstone #7D5047

Tints of Ironstone #7D5047

Color information

#7D5047 (or 0x7D5047) is unknown color: approx Ironstone. HEX triplet: 7D, 50 and 47. RGB value is (125,80,71). Sum of RGB (Red+Green+Blue) = 125+80+71=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5047 is #82AFB8. Grayscale: #5C5C5C. Windows color (decimal): -8564665 or 4673661. OLE color: 4673661.

HSL color Cylindrical-coordinate representation of color #7D5047: hue angle of 10º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D5047 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB1258071-
CMYK00.360.430.51
HSL10º27.55%38.43%-
HSV(B)10º43.2%49.02%-
XYZ12.4610.557.34-
YUV92.43115.91151.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=45.29%
G=28.99%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125807100.360.430.511027.5538.43
Hex7D50470242B33a1c26
Octal1751201070445363123446
Binary1111101101000010001110100100101011110011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,71); }

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

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

 a { background-color: rgb(125,80,71); }

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

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

 span { border-color: rgb(125,80,71); }

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