Html Css Color HEX #48685B Stromboli

📋 copy color: '#48685B'

red 72 ◦ green 104 ◦ blue 91

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

Shades of Stromboli #48685B

Tints of Stromboli #48685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 26.97%
G = 38.95%
B = 34.08%

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

#48685B (or 0x48685B) is known color: Stromboli. HEX triplet: 48, 68 and 5B. RGB value is (72,104,91). Sum of RGB (Red+Green+Blue) = 72+104+91=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #48685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48685B is #B797A4. Grayscale: #5C5C5C. Windows color (decimal): -12031909 or 5990472. OLE color: 5990472.

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

Color convert

RGB 72 104 91 -
CMYK 0.31 0 0.12 0.59
HSL 155.63º 0.18% 0.35% -
HSV(B) 155.63º 0.31% 0.41% -
XYZ 9.51 12.03 11.72 -
YUV 92.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 72 104 91 0.31 0 0.12 0.59 155.63 0.18 0.35
Hex 48 68 5B 1F 0 C 3B 9C 12 23
Octal 110 150 133 37 0 14 73 234 22 43
Binary 1001000 1101000 1011011 11111 0 1100 111011 10011100 10010 100011

Color Harmonies of #48685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48685B

Black with #48685B

Text Example


Text Example

White with #48685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48685B; }

 p { color: rgb(72,104,91); }

 H1.HeaderClassName
 {
   color: #48685B;
 }
 .AnyTagClassName
 {
   color: #48685B;
 }
</style>

background-color css

<style>
 a { background-color: #48685B; }

 a { background-color: rgb(72,104,91); }

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

border-color css

<style>
 span { border-color: #48685B; }

 span { border-color: rgb(72,104,91); }

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