#7F5644

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

Shades of Ironstone #7F5644

Tints of Ironstone #7F5644

Color information

#7F5644 (or 0x7F5644) is unknown color: approx Ironstone. HEX triplet: 7F, 56 and 44. RGB value is (127,86,68). Sum of RGB (Red+Green+Blue) = 127+86+68=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5644 is #80A9BB. Grayscale: #606060. Windows color (decimal): -8432060 or 4478591. OLE color: 4478591.

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

Color convert

RGB1278668-
CMYK00.320.460.50
HSL18.31º30.26%38.24%-
HSV(B)18.31º46.46%49.8%-
XYZ13.1211.587.01-
YUV96.21112.08149.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=45.20%
G=30.60%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127866800.320.460.5018.3130.2638.24
Hex7F56440202E32121e26
Octal1771261040405662223646
Binary11111111010110100010001000001011101100101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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