#7E5442

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

Shades of Ironstone #7E5442

Tints of Ironstone #7E5442

Color information

#7E5442 (or 0x7E5442) is unknown color: approx Ironstone. HEX triplet: 7E, 54 and 42. RGB value is (126,84,66). Sum of RGB (Red+Green+Blue) = 126+84+66=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5442 is #81ABBD. Grayscale: #5E5E5E. Windows color (decimal): -8498110 or 4347006. OLE color: 4347006.

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

Color convert

RGB1268466-
CMYK00.330.480.51
HSL18º31.25%37.65%-
HSV(B)18º47.62%49.41%-
XYZ12.7611.176.64-
YUV94.51111.91150.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.65%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=45.65%
G=30.43%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126846600.330.480.511831.2537.65
Hex7E54420213033121f26
Octal1761241020416063223746
Binary11111101010100100001001000011100001100111001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,66); }

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

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

 a { background-color: rgb(126,84,66); }

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

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

 span { border-color: rgb(126,84,66); }

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