Html Css Color HEX #48695C Stromboli

📋 copy color: '#48695C'

red 72 ◦ green 105 ◦ blue 92

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

Shades of Stromboli #48695C

Tints of Stromboli #48695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 26.77%
G = 39.03%
B = 34.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#48695C (or 0x48695C) is known color: Stromboli. HEX triplet: 48, 69 and 5C. RGB value is (72,105,92). Sum of RGB (Red+Green+Blue) = 72+105+92=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #48695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695C is #B796A3. Grayscale: #5D5D5D. Windows color (decimal): -12031652 or 6056264. OLE color: 6056264.

HSL color Cylindrical-coordinate representation of color #48695C: hue angle of 156.36º 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 #48695C is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 92 -
CMYK 0.31 0 0.12 0.59
HSL 156.36º 0.19% 0.35% -
HSV(B) 156.36º 0.31% 0.41% -
XYZ 9.66 12.25 11.98 -
YUV 93.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 72 105 92 0.31 0 0.12 0.59 156.36 0.19 0.35
Hex 48 69 5C 1F 0 C 3B 9C 13 23
Octal 110 151 134 37 0 14 73 234 23 43
Binary 1001000 1101001 1011100 11111 0 1100 111011 10011100 10011 100011

Color Harmonies of #48695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48695C

Black with #48695C

Text Example


Text Example

White with #48695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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