#48685F

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

Shades of Stromboli #48685F

Tints of Stromboli #48685F

Color information

#48685F (or 0x48685F) is unknown color: approx Stromboli. HEX triplet: 48, 68 and 5F. RGB value is (72,104,95). Sum of RGB (Red+Green+Blue) = 72+104+95=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #48685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48685F is #B797A0. Grayscale: #5D5D5D. Windows color (decimal): -12031905 or 6252616. OLE color: 6252616.

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

Color convert

RGB7210495-
CMYK0.3100.090.59
HSL163.12º18.18%34.51%-
HSV(B)163.12º30.77%40.78%-
XYZ9.6912.112.65-
YUV93.41128.9112.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=26.57%
G=38.38%
B=35.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104950.3100.090.59163.1218.1834.51
Hex48685F1F093Ba31223
Octal11015013737011732432243
Binary10010001101000101111111111010011110111010001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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