#7E5346

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

Shades of Ironstone #7E5346

Tints of Ironstone #7E5346

Color information

#7E5346 (or 0x7E5346) is unknown color: approx Ironstone. HEX triplet: 7E, 53 and 46. RGB value is (126,83,70). Sum of RGB (Red+Green+Blue) = 126+83+70=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5346 is #81ACB9. Grayscale: #5E5E5E. Windows color (decimal): -8498362 or 4608894. OLE color: 4608894.

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

Color convert

RGB1268370-
CMYK00.340.440.51
HSL13.93º28.57%38.43%-
HSV(B)13.93º44.44%49.41%-
XYZ12.811.067.26-
YUV94.38114.25150.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=45.16%
G=29.75%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126837000.340.440.5113.9328.5738.43
Hex7E53460222C33e1d26
Octal1761231060425463163546
Binary1111110101001110001100100010101100110011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,70); }

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

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

 a { background-color: rgb(126,83,70); }

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

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

 span { border-color: rgb(126,83,70); }

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