Html Css Color HEX #48695D Stromboli

📋 copy color: '#48695D'

red 72 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #48695D

Tints of Stromboli #48695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 26.67%
G = 38.89%
B = 34.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#48695D (or 0x48695D) is known color: Stromboli. HEX triplet: 48, 69 and 5D. RGB value is (72,105,93). Sum of RGB (Red+Green+Blue) = 72+105+93=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #48695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695D is #B796A2. Grayscale: #5D5D5D. Windows color (decimal): -12031651 or 6121800. OLE color: 6121800.

HSL color Cylindrical-coordinate representation of color #48695D: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48695D is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 93 -
CMYK 0.31 0 0.11 0.59
HSL 158.18º 0.19% 0.35% -
HSV(B) 158.18º 0.31% 0.41% -
XYZ 9.7 12.27 12.21 -
YUV 93.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 72 105 93 0.31 0 0.11 0.59 158.18 0.19 0.35
Hex 48 69 5D 1F 0 B 3B 9E 13 23
Octal 110 151 135 37 0 13 73 236 23 43
Binary 1001000 1101001 1011101 11111 0 1011 111011 10011110 10011 100011

Color Harmonies of #48695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48695D

Black with #48695D

Text Example


Text Example

White with #48695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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