#47685F

Color #47685F Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #47685F

Tints of Stromboli #47685F

Color information

#47685F (or 0x47685F) is unknown color: approx Stromboli. HEX triplet: 47, 68 and 5F. RGB value is (71,104,95). Sum of RGB (Red+Green+Blue) = 71+104+95=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #47685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47685F is #B897A0. Grayscale: #5D5D5D. Windows color (decimal): -12097441 or 6252615. OLE color: 6252615.

HSL color Cylindrical-coordinate representation of color #47685F: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47685F is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7110495-
CMYK0.3200.090.59
HSL163.64º18.86%34.31%-
HSV(B)163.64º31.73%40.78%-
XYZ9.6112.0712.65-
YUV93.11129.07112.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=26.30%
G=38.52%
B=35.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104950.3200.090.59163.6418.8634.31
Hex47685F20093Ba41322
Octal10715013740011732442342
Binary100011111010001011111100000010011110111010010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47685F; }

 p { color: rgb(71,104,95); }

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

<style>
 a { background-color: #47685F; }

 a { background-color: rgb(71,104,95); }

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

<style>
 span { border-color: #47685F; }

 span { border-color: rgb(71,104,95); }

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