#48625B

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

Shades of Stromboli #48625B

Tints of Stromboli #48625B

Color information

#48625B (or 0x48625B) is unknown color: approx Stromboli. HEX triplet: 48, 62 and 5B. RGB value is (72,98,91). Sum of RGB (Red+Green+Blue) = 72+98+91=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #48625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48625B is #B79DA4. Grayscale: #595959. Windows color (decimal): -12033445 or 5988936. OLE color: 5988936.

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

Color convert

RGB729891-
CMYK0.2700.070.62
HSL163.85º15.29%33.33%-
HSV(B)163.85º26.53%38.43%-
XYZ8.9310.8711.52-
YUV89.43128.89115.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=27.59%
G=37.55%
B=34.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298910.2700.070.62163.8515.2933.33
Hex48625B1B073Ea4f21
Octal1101421333307762441741
Binary100100011000101011011110110111111110101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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