#7C5546

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

Shades of Ironstone #7C5546

Tints of Ironstone #7C5546

Color information

#7C5546 (or 0x7C5546) is unknown color: approx Ironstone. HEX triplet: 7C, 55 and 46. RGB value is (124,85,70). Sum of RGB (Red+Green+Blue) = 124+85+70=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5546 is #83AAB9. Grayscale: #5F5F5F. Windows color (decimal): -8628922 or 4609404. OLE color: 4609404.

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

Color convert

RGB1248570-
CMYK00.310.440.51
HSL16.67º27.84%38.04%-
HSV(B)16.67º43.55%48.63%-
XYZ12.6711.227.29-
YUV94.95113.92148.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=44.44%
G=30.47%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124857000.310.440.5116.6727.8438.04
Hex7C554601F2C33111c26
Octal1741251060375463213446
Binary1111100101010110001100111111011001100111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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