Html Css Color HEX #48625D Stromboli

📋 copy color: '#48625D'

red 72 ◦ green 98 ◦ blue 93

#48625D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #48625D

Tints of Stromboli #48625D

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 value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#48625D (or 0x48625D) is known color: 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

RGB 72 98 93 -
CMYK 0.27 0 0.05 0.62
HSL 168.46º 0.15% 0.33% -
HSV(B) 168.46º 0.27% 0.38% -
XYZ 9.02 10.9 11.99 -
YUV 89.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 72 98 93 0.27 0 0.05 0.62 168.46 0.15 0.33
Hex 48 62 5D 1B 0 5 3E A8 F 21
Octal 110 142 135 33 0 5 76 250 17 41
Binary 1001000 1100010 1011101 11011 0 101 111110 10101000 1111 100001

Color Harmonies of #48625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48625D

Black with #48625D

Text Example


Text Example

White with #48625D

Text Example


Text Example

HTML Codes & Css Web 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>