#48605B

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

Shades of Stromboli #48605B

Tints of Stromboli #48605B

Color information

#48605B (or 0x48605B) is unknown color: approx Stromboli. HEX triplet: 48, 60 and 5B. RGB value is (72,96,91). Sum of RGB (Red+Green+Blue) = 72+96+91=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #48605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48605B is #B79FA4. Grayscale: #585858. Windows color (decimal): -12033957 or 5988424. OLE color: 5988424.

HSL color Cylindrical-coordinate representation of color #48605B: hue angle of 167.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48605B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB729691-
CMYK0.2500.050.62
HSL167.5º14.29%32.94%-
HSV(B)167.5º25%37.65%-
XYZ8.7410.511.46-
YUV88.25129.55116.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=27.80%
G=37.07%
B=35.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296910.2500.050.62167.514.2932.94
Hex48605B19053Ea8e21
Octal1101401333105762501641
Binary100100011000001011011110010101111110101010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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