#7C5446

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

Shades of Ironstone #7C5446

Tints of Ironstone #7C5446

Color information

#7C5446 (or 0x7C5446) is unknown color: approx Ironstone. HEX triplet: 7C, 54 and 46. RGB value is (124,84,70). Sum of RGB (Red+Green+Blue) = 124+84+70=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5446 is #83ABB9. Grayscale: #5E5E5E. Windows color (decimal): -8629178 or 4609148. OLE color: 4609148.

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

Color convert

RGB1248470-
CMYK00.320.440.51
HSL15.56º27.84%38.04%-
HSV(B)15.56º43.55%48.63%-
XYZ12.5911.077.27-
YUV94.36114.25149.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=44.60%
G=30.22%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124847000.320.440.5115.5627.8438.04
Hex7C54460202C33101c26
Octal1741241060405463203446
Binary11111001010100100011001000001011001100111000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,70); }

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

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

 a { background-color: rgb(124,84,70); }

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

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

 span { border-color: rgb(124,84,70); }

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