#48615C

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

Shades of Stromboli #48615C

Tints of Stromboli #48615C

Color information

#48615C (or 0x48615C) is unknown color: approx Stromboli. HEX triplet: 48, 61 and 5C. RGB value is (72,97,92). Sum of RGB (Red+Green+Blue) = 72+97+92=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #48615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615C is #B79EA3. Grayscale: #585858. Windows color (decimal): -12033700 or 6054216. OLE color: 6054216.

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

Color convert

RGB729792-
CMYK0.2600.050.62
HSL168º14.79%33.14%-
HSV(B)168º25.77%38.04%-
XYZ8.8810.711.72-
YUV88.96129.72115.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=27.59%
G=37.16%
B=35.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297920.2600.050.6216814.7933.14
Hex48615C1A053Ea8f21
Octal1101411343205762501741
Binary100100011000011011100110100101111110101010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48615C; }

 p { color: rgb(72,97,92); }

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

<style>
 a { background-color: #48615C; }

 a { background-color: rgb(72,97,92); }

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

<style>
 span { border-color: #48615C; }

 span { border-color: rgb(72,97,92); }

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