Html Css Color HEX #48645B Stromboli

📋 copy color: '#48645B'

red 72 ◦ green 100 ◦ blue 91

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

Shades of Stromboli #48645B

Tints of Stromboli #48645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

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

R = 27.38%
G = 38.02%
B = 34.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#48645B (or 0x48645B) is known color: Stromboli. HEX triplet: 48, 64 and 5B. RGB value is (72,100,91). Sum of RGB (Red+Green+Blue) = 72+100+91=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #48645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645B is #B79BA4. Grayscale: #5A5A5A. Windows color (decimal): -12032933 or 5989448. OLE color: 5989448.

HSL color Cylindrical-coordinate representation of color #48645B: hue angle of 160.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48645B is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 91 -
CMYK 0.28 0 0.09 0.61
HSL 160.71º 0.16% 0.34% -
HSV(B) 160.71º 0.28% 0.39% -
XYZ 9.12 11.25 11.59 -
YUV 90.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 72 100 91 0.28 0 0.09 0.61 160.71 0.16 0.34
Hex 48 64 5B 1C 0 9 3D A1 10 22
Octal 110 144 133 34 0 11 75 241 20 42
Binary 1001000 1100100 1011011 11100 0 1001 111101 10100001 10000 100010

Color Harmonies of #48645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48645B

Black with #48645B

Text Example


Text Example

White with #48645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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