Html Css Color HEX #48625A Stromboli

📋 copy color: '#48625A'

red 72 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #48625A

Tints of Stromboli #48625A

RGB

 RED value IS 72 (28.52% from 255) = 27.69%

 GREEN value IS 98 (38.67% from 255) = 37.69%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 27.69%
G = 37.69%
B = 34.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#48625A (or 0x48625A) is known color: Stromboli. HEX triplet: 48, 62 and 5A. RGB value is (72,98,90). Sum of RGB (Red+Green+Blue) = 72+98+90=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #48625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48625A is #B79DA5. Grayscale: #595959. Windows color (decimal): -12033446 or 5923400. OLE color: 5923400.

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

Color convert

RGB 72 98 90 -
CMYK 0.27 0 0.08 0.62
HSL 161.54º 0.15% 0.33% -
HSV(B) 161.54º 0.27% 0.38% -
XYZ 8.89 10.85 11.3 -
YUV 89.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 72 98 90 0.27 0 0.08 0.62 161.54 0.15 0.33
Hex 48 62 5A 1B 0 8 3E A2 F 21
Octal 110 142 132 33 0 10 76 242 17 41
Binary 1001000 1100010 1011010 11011 0 1000 111110 10100010 1111 100001

Color Harmonies of #48625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48625A

Black with #48625A

Text Example


Text Example

White with #48625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48625A;
 }
 .AnyTagClassName
 {
   color: #48625A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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