Html Css Color HEX #48645E Stromboli

📋 copy color: '#48645E'

red 72 ◦ green 100 ◦ blue 94

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

Shades of Stromboli #48645E

Tints of Stromboli #48645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 27.07%
G = 37.59%
B = 35.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#48645E (or 0x48645E) is known color: Stromboli. HEX triplet: 48, 64 and 5E. RGB value is (72,100,94). Sum of RGB (Red+Green+Blue) = 72+100+94=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #48645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645E is #B79BA1. Grayscale: #5A5A5A. Windows color (decimal): -12032930 or 6186056. OLE color: 6186056.

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

Color convert

RGB 72 100 94 -
CMYK 0.28 0 0.06 0.61
HSL 167.14º 0.16% 0.34% -
HSV(B) 167.14º 0.28% 0.39% -
XYZ 9.25 11.3 12.28 -
YUV 90.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 72 100 94 0.28 0 0.06 0.61 167.14 0.16 0.34
Hex 48 64 5E 1C 0 6 3D A7 10 22
Octal 110 144 136 34 0 6 75 247 20 42
Binary 1001000 1100100 1011110 11100 0 110 111101 10100111 10000 100010

Color Harmonies of #48645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48645E

Black with #48645E

Text Example


Text Example

White with #48645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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