Html Css Color HEX #48615B Stromboli

📋 copy color: '#48615B'

red 72 ◦ green 97 ◦ blue 91

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

Shades of Stromboli #48615B

Tints of Stromboli #48615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 27.69%
G = 37.31%
B = 35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#48615B (or 0x48615B) is known color: Stromboli. HEX triplet: 48, 61 and 5B. RGB value is (72,97,91). Sum of RGB (Red+Green+Blue) = 72+97+91=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #48615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615B is #B79EA4. Grayscale: #585858. Windows color (decimal): -12033701 or 5988680. OLE color: 5988680.

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

Color convert

RGB 72 97 91 -
CMYK 0.26 0 0.06 0.62
HSL 165.6º 0.15% 0.33% -
HSV(B) 165.6º 0.26% 0.38% -
XYZ 8.84 10.68 11.49 -
YUV 88.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 72 97 91 0.26 0 0.06 0.62 165.6 0.15 0.33
Hex 48 61 5B 1A 0 6 3E A6 F 21
Octal 110 141 133 32 0 6 76 246 17 41
Binary 1001000 1100001 1011011 11010 0 110 111110 10100110 1111 100001

Color Harmonies of #48615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48615B

Black with #48615B

Text Example


Text Example

White with #48615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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