Html Css Color HEX #48645A Stromboli

📋 copy color: '#48645A'

red 72 ◦ green 100 ◦ blue 90

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

Shades of Stromboli #48645A

Tints of Stromboli #48645A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 27.48%
G = 38.17%
B = 34.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#48645A (or 0x48645A) is known color: Stromboli. HEX triplet: 48, 64 and 5A. RGB value is (72,100,90). Sum of RGB (Red+Green+Blue) = 72+100+90=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #48645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645A is #B79BA5. Grayscale: #5A5A5A. Windows color (decimal): -12032934 or 5923912. OLE color: 5923912.

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

Color convert

RGB 72 100 90 -
CMYK 0.28 0 0.10 0.61
HSL 158.57º 0.16% 0.34% -
HSV(B) 158.57º 0.28% 0.39% -
XYZ 9.08 11.23 11.36 -
YUV 90.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 72 100 90 0.28 0 0.10 0.61 158.57 0.16 0.34
Hex 48 64 5A 1C 0 A 3D 9F 10 22
Octal 110 144 132 34 0 12 75 237 20 42
Binary 1001000 1100100 1011010 11100 0 1010 111101 10011111 10000 100010

Color Harmonies of #48645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48645A

Black with #48645A

Text Example


Text Example

White with #48645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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