#7F4F42

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

Shades of Ironstone #7F4F42

Tints of Ironstone #7F4F42

Color information

#7F4F42 (or 0x7F4F42) is unknown color: approx Ironstone. HEX triplet: 7F, 4F and 42. RGB value is (127,79,66). Sum of RGB (Red+Green+Blue) = 127+79+66=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F42 is #80B0BD. Grayscale: #5B5B5B. Windows color (decimal): -8433854 or 4345727. OLE color: 4345727.

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

Color convert

RGB1277966-
CMYK00.380.480.50
HSL12.79º31.61%37.84%-
HSV(B)12.79º48.03%49.8%-
XYZ12.5310.56.52-
YUV91.87113.4153.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=46.69%
G=29.04%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127796600.380.480.5012.7931.6137.84
Hex7F4F420263032d2026
Octal1771171020466062154046
Binary11111111001111100001001001101100001100101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,66); }

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

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

 a { background-color: rgb(127,79,66); }

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

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

 span { border-color: rgb(127,79,66); }

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