#7D544A

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

Shades of Ironstone #7D544A

Tints of Ironstone #7D544A

Color information

#7D544A (or 0x7D544A) is unknown color: approx Ironstone. HEX triplet: 7D, 54 and 4A. RGB value is (125,84,74). Sum of RGB (Red+Green+Blue) = 125+84+74=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D544A is #82ABB5. Grayscale: #5F5F5F. Windows color (decimal): -8563638 or 4871293. OLE color: 4871293.

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

Color convert

RGB1258474-
CMYK00.330.410.51
HSL11.76º25.63%39.02%-
HSV(B)11.76º40.8%49.02%-
XYZ12.8611.27.96-
YUV95.12116.08149.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.17%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=44.17%
G=29.68%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125847400.330.410.5111.7625.6339.02
Hex7D544A0212933c1a27
Octal1751241120415163143247
Binary1111101101010010010100100001101001110011110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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