#7C564A

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

Shades of Ironstone #7C564A

Tints of Ironstone #7C564A

Color information

#7C564A (or 0x7C564A) is unknown color: approx Ironstone. HEX triplet: 7C, 56 and 4A. RGB value is (124,86,74). Sum of RGB (Red+Green+Blue) = 124+86+74=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C564A is #83A9B5. Grayscale: #606060. Windows color (decimal): -8628662 or 4871804. OLE color: 4871804.

HSL color Cylindrical-coordinate representation of color #7C564A: hue angle of 14.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C564A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1248674-
CMYK00.310.400.51
HSL14.4º25.25%38.82%-
HSV(B)14.4º40.32%48.63%-
XYZ12.8811.448.01-
YUV95.99115.59147.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=43.66%
G=30.28%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124867400.310.400.5114.425.2538.82
Hex7C564A01F2833e1927
Octal1741261120375063163147
Binary111110010101101001010011111101000110011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,74); }

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

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

 a { background-color: rgb(124,86,74); }

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

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

 span { border-color: rgb(124,86,74); }

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