Html Css Color HEX #48635B Stromboli

📋 copy color: '#48635B'

red 72 ◦ green 99 ◦ blue 91

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

Shades of Stromboli #48635B

Tints of Stromboli #48635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 27.48%
G = 37.79%
B = 34.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#48635B (or 0x48635B) is known color: Stromboli. HEX triplet: 48, 63 and 5B. RGB value is (72,99,91). Sum of RGB (Red+Green+Blue) = 72+99+91=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #48635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48635B is #B79CA4. Grayscale: #5A5A5A. Windows color (decimal): -12033189 or 5989192. OLE color: 5989192.

HSL color Cylindrical-coordinate representation of color #48635B: hue angle of 162.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48635B is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 91 -
CMYK 0.27 0 0.08 0.61
HSL 162.22º 0.16% 0.34% -
HSV(B) 162.22º 0.27% 0.39% -
XYZ 9.02 11.06 11.56 -
YUV 90.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 72 99 91 0.27 0 0.08 0.61 162.22 0.16 0.34
Hex 48 63 5B 1B 0 8 3D A2 10 22
Octal 110 143 133 33 0 10 75 242 20 42
Binary 1001000 1100011 1011011 11011 0 1000 111101 10100010 10000 100010

Color Harmonies of #48635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48635B

Black with #48635B

Text Example


Text Example

White with #48635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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