Html Css Color HEX #9C7F51 Muesli

📋 copy color: '#9C7F51'

red 156 ◦ green 127 ◦ blue 81

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

Shades of Muesli #9C7F51

Tints of Muesli #9C7F51

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 42.86%
G = 34.89%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C7F51 (or 0x9C7F51) is known color: Muesli. HEX triplet: 9C, 7F and 51. RGB value is (156,127,81). Sum of RGB (Red+Green+Blue) = 156+127+81=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F51 is #6380AE. Grayscale: #828282. Windows color (decimal): -6521007 or 5341084. OLE color: 5341084.

HSL color Cylindrical-coordinate representation of color #9C7F51: hue angle of 36.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 #9C7F51 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 81 -
CMYK 0 0.19 0.48 0.39
HSL 36.8º 0.32% 0.46% -
HSV(B) 36.8º 0.48% 0.61% -
XYZ 22.78 22.84 10.99 -
YUV 130.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 156 127 81 0 0.19 0.48 0.39 36.8 0.32 0.46
Hex 9C 7F 51 0 13 30 27 25 20 2E
Octal 234 177 121 0 23 60 47 45 40 56
Binary 10011100 1111111 1010001 0 10011 110000 100111 100101 100000 101110

Color Harmonies of #9C7F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F51

Black with #9C7F51

Text Example


Text Example

White with #9C7F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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