#48695F

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

Shades of Stromboli #48695F

Tints of Stromboli #48695F

Color information

#48695F (or 0x48695F) is unknown color: approx Stromboli. HEX triplet: 48, 69 and 5F. RGB value is (72,105,95). Sum of RGB (Red+Green+Blue) = 72+105+95=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #48695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695F is #B796A0. Grayscale: #5E5E5E. Windows color (decimal): -12031649 or 6252872. OLE color: 6252872.

HSL color Cylindrical-coordinate representation of color #48695F: hue angle of 161.82º degrees, saturation: 0.19, 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 #48695F is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB7210595-
CMYK0.3100.100.59
HSL161.82º18.64%34.71%-
HSV(B)161.82º31.43%41.18%-
XYZ9.7912.3112.69-
YUV93.99128.57112.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=26.47%
G=38.60%
B=34.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105950.3100.100.59161.8218.6434.71
Hex48695F1F0A3Ba21323
Octal11015113737012732422343
Binary10010001101001101111111111010101110111010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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