#7F5649

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

Shades of Ironstone #7F5649

Tints of Ironstone #7F5649

Color information

#7F5649 (or 0x7F5649) is unknown color: approx Ironstone. HEX triplet: 7F, 56 and 49. RGB value is (127,86,73). Sum of RGB (Red+Green+Blue) = 127+86+73=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5649 is #80A9B6. Grayscale: #606060. Windows color (decimal): -8432055 or 4806271. OLE color: 4806271.

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

Color convert

RGB1278673-
CMYK00.320.430.50
HSL14.44º27%39.22%-
HSV(B)14.44º42.52%49.8%-
XYZ13.2811.657.85-
YUV96.78114.58149.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=44.41%
G=30.07%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127867300.320.430.5014.442739.22
Hex7F56490202B32e1b27
Octal1771261110405362163347
Binary1111111101011010010010100000101011110010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,73); }

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

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

 a { background-color: rgb(127,86,73); }

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

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

 span { border-color: rgb(127,86,73); }

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