Html Css Color HEX #48645D Stromboli

📋 copy color: '#48645D'

red 72 ◦ green 100 ◦ blue 93

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

Shades of Stromboli #48645D

Tints of Stromboli #48645D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 27.17%
G = 37.74%
B = 35.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#48645D (or 0x48645D) is known color: Stromboli. HEX triplet: 48, 64 and 5D. RGB value is (72,100,93). Sum of RGB (Red+Green+Blue) = 72+100+93=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #48645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645D is #B79BA2. Grayscale: #5A5A5A. Windows color (decimal): -12032931 or 6120520. OLE color: 6120520.

HSL color Cylindrical-coordinate representation of color #48645D: hue angle of 165º 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 #48645D is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 93 -
CMYK 0.28 0 0.07 0.61
HSL 165º 0.16% 0.34% -
HSV(B) 165º 0.28% 0.39% -
XYZ 9.21 11.28 12.05 -
YUV 90.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 72 100 93 0.28 0 0.07 0.61 165 0.16 0.34
Hex 48 64 5D 1C 0 7 3D A5 10 22
Octal 110 144 135 34 0 7 75 245 20 42
Binary 1001000 1100100 1011101 11100 0 111 111101 10100101 10000 100010

Color Harmonies of #48645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48645D

Black with #48645D

Text Example


Text Example

White with #48645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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