#48685B

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

Shades of Stromboli #48685B

Tints of Stromboli #48685B

Color information

#48685B (or 0x48685B) is unknown color: approx Stromboli. HEX triplet: 48, 68 and 5B. RGB value is (72,104,91). Sum of RGB (Red+Green+Blue) = 72+104+91=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #48685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48685B is #B797A4. Grayscale: #5C5C5C. Windows color (decimal): -12031909 or 5990472. OLE color: 5990472.

HSL color Cylindrical-coordinate representation of color #48685B: hue angle of 155.62º 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 #48685B is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB7210491-
CMYK0.3100.120.59
HSL155.62º18.18%34.51%-
HSV(B)155.62º30.77%40.78%-
XYZ9.5112.0311.72-
YUV92.95126.9113.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=26.97%
G=38.95%
B=34.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104910.3100.120.59155.6218.1834.51
Hex48685B1F0C3B9c1223
Octal11015013337014732342243
Binary10010001101000101101111111011001110111001110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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