#7E5341

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

Shades of Ironstone #7E5341

Tints of Ironstone #7E5341

Color information

#7E5341 (or 0x7E5341) is unknown color: approx Ironstone. HEX triplet: 7E, 53 and 41. RGB value is (126,83,65). Sum of RGB (Red+Green+Blue) = 126+83+65=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5341 is #81ACBE. Grayscale: #5D5D5D. Windows color (decimal): -8498367 or 4281214. OLE color: 4281214.

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

Color convert

RGB1268365-
CMYK00.340.480.51
HSL17.7º31.94%37.45%-
HSV(B)17.7º48.41%49.41%-
XYZ12.65116.46-
YUV93.8111.75150.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=45.99%
G=30.29%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126836500.340.480.5117.731.9437.45
Hex7E53410223033122025
Octal1761231010426063224045
Binary111111010100111000001010001011000011001110010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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