Html Css Color HEX #48675B Stromboli

📋 copy color: '#48675B'

red 72 ◦ green 103 ◦ blue 91

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

Shades of Stromboli #48675B

Tints of Stromboli #48675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

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

R = 27.07%
G = 38.72%
B = 34.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#48675B (or 0x48675B) is known color: Stromboli. HEX triplet: 48, 67 and 5B. RGB value is (72,103,91). Sum of RGB (Red+Green+Blue) = 72+103+91=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #48675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48675B is #B798A4. Grayscale: #5C5C5C. Windows color (decimal): -12032165 or 5990216. OLE color: 5990216.

HSL color Cylindrical-coordinate representation of color #48675B: hue angle of 156.77º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48675B is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 91 -
CMYK 0.30 0 0.12 0.60
HSL 156.77º 0.18% 0.34% -
HSV(B) 156.77º 0.3% 0.4% -
XYZ 9.41 11.83 11.69 -
YUV 92.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 72 103 91 0.30 0 0.12 0.60 156.77 0.18 0.34
Hex 48 67 5B 1E 0 C 3C 9D 12 22
Octal 110 147 133 36 0 14 74 235 22 42
Binary 1001000 1100111 1011011 11110 0 1100 111100 10011101 10010 100010

Color Harmonies of #48675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48675B

Black with #48675B

Text Example


Text Example

White with #48675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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