#7E574A

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

Shades of Ironstone #7E574A

Tints of Ironstone #7E574A

Color information

#7E574A (or 0x7E574A) is unknown color: approx Ironstone. HEX triplet: 7E, 57 and 4A. RGB value is (126,87,74). Sum of RGB (Red+Green+Blue) = 126+87+74=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E574A is #81A8B5. Grayscale: #616161. Windows color (decimal): -8497334 or 4872062. OLE color: 4872062.

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

Color convert

RGB1268774-
CMYK00.310.410.51
HSL15º26%39.22%-
HSV(B)15º41.27%49.41%-
XYZ13.2511.758.05-
YUV97.18114.92148.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=43.90%
G=30.31%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126877400.310.410.51152639.22
Hex7E574A01F2933f1a27
Octal1761271120375163173247
Binary111111010101111001010011111101001110011111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,74); }

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

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

 a { background-color: rgb(126,87,74); }

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

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

 span { border-color: rgb(126,87,74); }

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