Html Css Color HEX #9C7D51 Muesli

📋 copy color: '#9C7D51'

red 156 ◦ green 125 ◦ blue 81

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

Shades of Muesli #9C7D51

Tints of Muesli #9C7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 43.09%
G = 34.53%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C7D51 (or 0x9C7D51) is known color: Muesli. HEX triplet: 9C, 7D and 51. RGB value is (156,125,81). Sum of RGB (Red+Green+Blue) = 156+125+81=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D51 is #6382AE. Grayscale: #818181. Windows color (decimal): -6521519 or 5340572. OLE color: 5340572.

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

Color convert

RGB 156 125 81 -
CMYK 0 0.20 0.48 0.39
HSL 35.2º 0.32% 0.46% -
HSV(B) 35.2º 0.48% 0.61% -
XYZ 22.53 22.33 10.91 -
YUV 129.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 156 125 81 0 0.20 0.48 0.39 35.2 0.32 0.46
Hex 9C 7D 51 0 14 30 27 23 20 2E
Octal 234 175 121 0 24 60 47 43 40 56
Binary 10011100 1111101 1010001 0 10100 110000 100111 100011 100000 101110

Color Harmonies of #9C7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D51

Black with #9C7D51

Text Example


Text Example

White with #9C7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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