#48615B

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

Shades of Stromboli #48615B

Tints of Stromboli #48615B

Color information

#48615B (or 0x48615B) is unknown color: approx Stromboli. HEX triplet: 48, 61 and 5B. RGB value is (72,97,91). Sum of RGB (Red+Green+Blue) = 72+97+91=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #48615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615B is #B79EA4. Grayscale: #585858. Windows color (decimal): -12033701 or 5988680. OLE color: 5988680.

HSL color Cylindrical-coordinate representation of color #48615B: hue angle of 165.6º 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 #48615B is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB729791-
CMYK0.2600.060.62
HSL165.6º14.79%33.14%-
HSV(B)165.6º25.77%38.04%-
XYZ8.8410.6811.49-
YUV88.84129.22115.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 91 (35.94% from 255) = 35%
R=27.69%
G=37.31%
B=35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297910.2600.060.62165.614.7933.14
Hex48615B1A063Ea6f21
Octal1101411333206762461741
Binary100100011000011011011110100110111110101001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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