#7D5244

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

Shades of Ironstone #7D5244

Tints of Ironstone #7D5244

Color information

#7D5244 (or 0x7D5244) is unknown color: approx Ironstone. HEX triplet: 7D, 52 and 44. RGB value is (125,82,68). Sum of RGB (Red+Green+Blue) = 125+82+68=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5244 is #82ADBB. Grayscale: #5D5D5D. Windows color (decimal): -8564156 or 4477565. OLE color: 4477565.

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

Color convert

RGB1258268-
CMYK00.340.460.51
HSL14.74º29.53%37.84%-
HSV(B)14.74º45.6%49.02%-
XYZ12.5210.816.9-
YUV93.26113.75150.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=45.45%
G=29.82%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125826800.340.460.5114.7429.5337.84
Hex7D52440222E33f1e26
Octal1751221040425663173646
Binary1111101101001010001000100010101110110011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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