#48625D

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

Shades of Stromboli #48625D

Tints of Stromboli #48625D

Color information

#48625D (or 0x48625D) is unknown color: approx Stromboli. HEX triplet: 48, 62 and 5D. RGB value is (72,98,93). Sum of RGB (Red+Green+Blue) = 72+98+93=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #48625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48625D is #B79DA2. Grayscale: #595959. Windows color (decimal): -12033443 or 6120008. OLE color: 6120008.

HSL color Cylindrical-coordinate representation of color #48625D: hue angle of 168.46º 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 #48625D is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB729893-
CMYK0.2700.050.62
HSL168.46º15.29%33.33%-
HSV(B)168.46º26.53%38.43%-
XYZ9.0210.911.99-
YUV89.66129.89115.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=27.38%
G=37.26%
B=35.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298930.2700.050.62168.4615.2933.33
Hex48625D1B053Ea8f21
Octal1101421353305762501741
Binary100100011000101011101110110101111110101010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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