#7F544B

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

Shades of Ironstone #7F544B

Tints of Ironstone #7F544B

Color information

#7F544B (or 0x7F544B) is unknown color: approx Ironstone. HEX triplet: 7F, 54 and 4B. RGB value is (127,84,75). Sum of RGB (Red+Green+Blue) = 127+84+75=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F544B is #80ABB4. Grayscale: #5F5F5F. Windows color (decimal): -8432565 or 4936831. OLE color: 4936831.

HSL color Cylindrical-coordinate representation of color #7F544B: hue angle of 10.38º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F544B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1278475-
CMYK00.340.410.50
HSL10.38º25.74%39.61%-
HSV(B)10.38º40.94%49.8%-
XYZ13.1911.368.15-
YUV95.83116.25150.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=44.41%
G=29.37%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127847500.340.410.5010.3825.7439.61
Hex7F544B0222932a1a28
Octal1771241130425162123250
Binary1111111101010010010110100010101001110010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,75); }

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

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

 a { background-color: rgb(127,84,75); }

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

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

 span { border-color: rgb(127,84,75); }

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