Html Css Color HEX #9B7C48 Muesli

📋 copy color: '#9B7C48'

red 155 ◦ green 124 ◦ blue 72

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

Shades of Muesli #9B7C48

Tints of Muesli #9B7C48

RGB

 RED value IS 155 (60.94% from 255) = 44.16%

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 44.16%
G = 35.33%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B7C48 (or 0x9B7C48) is known color: Muesli. HEX triplet: 9B, 7C and 48. RGB value is (155,124,72). Sum of RGB (Red+Green+Blue) = 155+124+72=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C48 is #6483B7. Grayscale: #7F7F7F. Windows color (decimal): -6587320 or 4750491. OLE color: 4750491.

HSL color Cylindrical-coordinate representation of color #9B7C48: hue angle of 37.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B7C48 is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 124 72 -
CMYK 0 0.2 0.54 0.39
HSL 37.59º 0.37% 0.45% -
HSV(B) 37.59º 0.54% 0.61% -
XYZ 21.89 21.85 9.19 -
YUV 127.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 155 124 72 0 0.2 0.54 0.39 37.59 0.37 0.45
Hex 9B 7C 48 0 14 36 27 26 25 2D
Octal 233 174 110 0 24 66 47 46 45 55
Binary 10011011 1111100 1001000 0 10100 110110 100111 100110 100101 101101

Color Harmonies of #9B7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C48

Black with #9B7C48

Text Example


Text Example

White with #9B7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7C48; }

 p { color: rgb(155,124,72); }

 H1.HeaderClassName
 {
   color: #9B7C48;
 }
 .AnyTagClassName
 {
   color: #9B7C48;
 }
</style>

background-color css

<style>
 a { background-color: #9B7C48; }

 a { background-color: rgb(155,124,72); }

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

border-color css

<style>
 span { border-color: #9B7C48; }

 span { border-color: rgb(155,124,72); }

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