#7F5848

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

Shades of Ironstone #7F5848

Tints of Ironstone #7F5848

Color information

#7F5848 (or 0x7F5848) is unknown color: approx Ironstone. HEX triplet: 7F, 58 and 48. RGB value is (127,88,72). Sum of RGB (Red+Green+Blue) = 127+88+72=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5848 is #80A7B7. Grayscale: #616161. Windows color (decimal): -8431544 or 4741247. OLE color: 4741247.

HSL color Cylindrical-coordinate representation of color #7F5848: hue angle of 17.45º degrees, saturation: 0.28, 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 #7F5848 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1278872-
CMYK00.310.430.50
HSL17.45º27.64%39.02%-
HSV(B)17.45º43.31%49.8%-
XYZ13.4111.967.73-
YUV97.84113.42148.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=44.25%
G=30.66%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127887200.310.430.5017.4527.6439.02
Hex7F584801F2B32111c27
Octal1771301100375362213447
Binary1111111101100010010000111111010111100101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,88,72); }

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

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

 a { background-color: rgb(127,88,72); }

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

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

 span { border-color: rgb(127,88,72); }

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