Html Css Color HEX #9C7B48 Muesli

📋 copy color: '#9C7B48'

red 156 ◦ green 123 ◦ blue 72

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

Shades of Muesli #9C7B48

Tints of Muesli #9C7B48

RGB

 RED value IS 156 (61.33% from 255) = 44.44%

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 44.44%
G = 35.04%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9C7B48 (or 0x9C7B48) is known color: Muesli. HEX triplet: 9C, 7B and 48. RGB value is (156,123,72). Sum of RGB (Red+Green+Blue) = 156+123+72=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B48 is #6384B7. Grayscale: #7F7F7F. Windows color (decimal): -6522040 or 4750236. OLE color: 4750236.

HSL color Cylindrical-coordinate representation of color #9C7B48: hue angle of 36.43º 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 #9C7B48 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 123 72 -
CMYK 0 0.21 0.54 0.39
HSL 36.43º 0.37% 0.45% -
HSV(B) 36.43º 0.54% 0.61% -
XYZ 21.96 21.7 9.16 -
YUV 127.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 156 123 72 0 0.21 0.54 0.39 36.43 0.37 0.45
Hex 9C 7B 48 0 15 36 27 24 25 2D
Octal 234 173 110 0 25 66 47 44 45 55
Binary 10011100 1111011 1001000 0 10101 110110 100111 100100 100101 101101

Color Harmonies of #9C7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B48

Black with #9C7B48

Text Example


Text Example

White with #9C7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,123,72); }

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

background-color css

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

 a { background-color: rgb(156,123,72); }

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

border-color css

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

 span { border-color: rgb(156,123,72); }

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