Html Css Color HEX #48655C Stromboli

📋 copy color: '#48655C'

red 72 ◦ green 101 ◦ blue 92

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

Shades of Stromboli #48655C

Tints of Stromboli #48655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 27.17%
G = 38.11%
B = 34.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#48655C (or 0x48655C) is known color: Stromboli. HEX triplet: 48, 65 and 5C. RGB value is (72,101,92). Sum of RGB (Red+Green+Blue) = 72+101+92=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #48655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655C is #B79AA3. Grayscale: #5B5B5B. Windows color (decimal): -12032676 or 6055240. OLE color: 6055240.

HSL color Cylindrical-coordinate representation of color #48655C: hue angle of 161.38º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48655C is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 92 -
CMYK 0.29 0 0.09 0.60
HSL 161.38º 0.17% 0.34% -
HSV(B) 161.38º 0.29% 0.4% -
XYZ 9.26 11.46 11.85 -
YUV 91.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 72 101 92 0.29 0 0.09 0.60 161.38 0.17 0.34
Hex 48 65 5C 1D 0 9 3C A1 11 22
Octal 110 145 134 35 0 11 74 241 21 42
Binary 1001000 1100101 1011100 11101 0 1001 111100 10100001 10001 100010

Color Harmonies of #48655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48655C

Black with #48655C

Text Example


Text Example

White with #48655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48655C; }

 p { color: rgb(72,101,92); }

 H1.HeaderClassName
 {
   color: #48655C;
 }
 .AnyTagClassName
 {
   color: #48655C;
 }
</style>

background-color css

<style>
 a { background-color: #48655C; }

 a { background-color: rgb(72,101,92); }

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

border-color css

<style>
 span { border-color: #48655C; }

 span { border-color: rgb(72,101,92); }

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