#7F5041

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

Shades of Ironstone #7F5041

Tints of Ironstone #7F5041

Color information

#7F5041 (or 0x7F5041) is unknown color: approx Ironstone. HEX triplet: 7F, 50 and 41. RGB value is (127,80,65). Sum of RGB (Red+Green+Blue) = 127+80+65=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5041 is #80AFBE. Grayscale: #5C5C5C. Windows color (decimal): -8433599 or 4280447. OLE color: 4280447.

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

Color convert

RGB1278065-
CMYK00.370.490.50
HSL14.52º32.29%37.65%-
HSV(B)14.52º48.82%49.8%-
XYZ12.5810.636.39-
YUV92.34112.57152.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=46.69%
G=29.41%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127806500.370.490.5014.5232.2937.65
Hex7F50410253132f2026
Octal1771201010456162174046
Binary11111111010000100000101001011100011100101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,65); }

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

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

 a { background-color: rgb(127,80,65); }

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

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

 span { border-color: rgb(127,80,65); }

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