Html Css Color HEX #5B5548 Masala

📋 copy color: '#5B5548'

red 91 ◦ green 85 ◦ blue 72

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

Shades of Masala #5B5548

Tints of Masala #5B5548

RGB

 RED value IS 91 (35.94% from 255) = 36.69%

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 36.69%
G = 34.27%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5B5548 (or 0x5B5548) is known color: Masala. HEX triplet: 5B, 55 and 48. RGB value is (91,85,72). Sum of RGB (Red+Green+Blue) = 91+85+72=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5548 is #A4AAB7. Grayscale: #555555. Windows color (decimal): -10791608 or 4740443. OLE color: 4740443.

HSL color Cylindrical-coordinate representation of color #5B5548: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B5548 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 85 72 -
CMYK 0 0.07 0.21 0.64
HSL 41.05º 0.12% 0.32% -
HSV(B) 41.05º 0.21% 0.36% -
XYZ 8.73 9.19 7.44 -
YUV 85.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 91 85 72 0 0.07 0.21 0.64 41.05 0.12 0.32
Hex 5B 55 48 0 7 15 40 29 C 20
Octal 133 125 110 0 7 25 100 51 14 40
Binary 1011011 1010101 1001000 0 111 10101 1000000 101001 1100 100000

Color Harmonies of #5B5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5548

Black with #5B5548

Text Example


Text Example

White with #5B5548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5548; }

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

 H1.HeaderClassName
 {
   color: #5B5548;
 }
 .AnyTagClassName
 {
   color: #5B5548;
 }
</style>

background-color css

<style>
 a { background-color: #5B5548; }

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

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

border-color css

<style>
 span { border-color: #5B5548; }

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

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