Html Css Color HEX #9C7A51 Muesli

📋 copy color: '#9C7A51'

red 156 ◦ green 122 ◦ blue 81

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

Shades of Muesli #9C7A51

Tints of Muesli #9C7A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 43.45%
G = 33.98%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C7A51 (or 0x9C7A51) is known color: Muesli. HEX triplet: 9C, 7A and 51. RGB value is (156,122,81). Sum of RGB (Red+Green+Blue) = 156+122+81=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A51 is #6385AE. Grayscale: #7F7F7F. Windows color (decimal): -6522287 or 5339804. OLE color: 5339804.

HSL color Cylindrical-coordinate representation of color #9C7A51: hue angle of 32.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C7A51 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 122 81 -
CMYK 0 0.22 0.48 0.39
HSL 32.8º 0.32% 0.46% -
HSV(B) 32.8º 0.48% 0.61% -
XYZ 22.16 21.58 10.78 -
YUV 127.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 156 122 81 0 0.22 0.48 0.39 32.8 0.32 0.46
Hex 9C 7A 51 0 16 30 27 21 20 2E
Octal 234 172 121 0 26 60 47 41 40 56
Binary 10011100 1111010 1010001 0 10110 110000 100111 100001 100000 101110

Color Harmonies of #9C7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A51

Black with #9C7A51

Text Example


Text Example

White with #9C7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,81); }

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

background-color css

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

 a { background-color: rgb(156,122,81); }

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

border-color css

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

 span { border-color: rgb(156,122,81); }

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