Html Css Color HEX #48615A Stromboli

📋 copy color: '#48615A'

red 72 ◦ green 97 ◦ blue 90

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

Shades of Stromboli #48615A

Tints of Stromboli #48615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

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

R = 27.8%
G = 37.45%
B = 34.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#48615A (or 0x48615A) is known color: Stromboli. HEX triplet: 48, 61 and 5A. RGB value is (72,97,90). Sum of RGB (Red+Green+Blue) = 72+97+90=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #48615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615A is #B79EA5. Grayscale: #585858. Windows color (decimal): -12033702 or 5923144. OLE color: 5923144.

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

Color convert

RGB 72 97 90 -
CMYK 0.26 0 0.07 0.62
HSL 163.2º 0.15% 0.33% -
HSV(B) 163.2º 0.26% 0.38% -
XYZ 8.79 10.67 11.27 -
YUV 88.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 72 97 90 0.26 0 0.07 0.62 163.2 0.15 0.33
Hex 48 61 5A 1A 0 7 3E A3 F 21
Octal 110 141 132 32 0 7 76 243 17 41
Binary 1001000 1100001 1011010 11010 0 111 111110 10100011 1111 100001

Color Harmonies of #48615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48615A

Black with #48615A

Text Example


Text Example

White with #48615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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