Html Css Color HEX #9C7E52 Muesli

📋 copy color: '#9C7E52'

red 156 ◦ green 126 ◦ blue 82

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

Shades of Muesli #9C7E52

Tints of Muesli #9C7E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 42.86%
G = 34.62%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C7E52 (or 0x9C7E52) is known color: Muesli. HEX triplet: 9C, 7E and 52. RGB value is (156,126,82). Sum of RGB (Red+Green+Blue) = 156+126+82=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E52 is #6381AD. Grayscale: #828282. Windows color (decimal): -6521262 or 5406364. OLE color: 5406364.

HSL color Cylindrical-coordinate representation of color #9C7E52: hue angle of 35.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7E52 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 126 82 -
CMYK 0 0.19 0.47 0.39
HSL 35.68º 0.31% 0.47% -
HSV(B) 35.68º 0.47% 0.61% -
XYZ 22.69 22.6 11.15 -
YUV 129.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 156 126 82 0 0.19 0.47 0.39 35.68 0.31 0.47
Hex 9C 7E 52 0 13 2F 27 24 1F 2F
Octal 234 176 122 0 23 57 47 44 37 57
Binary 10011100 1111110 1010010 0 10011 101111 100111 100100 11111 101111

Color Harmonies of #9C7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E52

Black with #9C7E52

Text Example


Text Example

White with #9C7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,82); }

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

background-color css

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

 a { background-color: rgb(156,126,82); }

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

border-color css

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

 span { border-color: rgb(156,126,82); }

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