Html Css Color HEX #9C7B52 Muesli

📋 copy color: '#9C7B52'

red 156 ◦ green 123 ◦ blue 82

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

Shades of Muesli #9C7B52

Tints of Muesli #9C7B52

RGB

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

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

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

R = 43.21%
G = 34.07%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C7B52 (or 0x9C7B52) is known color: Muesli. HEX triplet: 9C, 7B and 52. RGB value is (156,123,82). Sum of RGB (Red+Green+Blue) = 156+123+82=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B52 is #6384AD. Grayscale: #808080. Windows color (decimal): -6522030 or 5405596. OLE color: 5405596.

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

Color convert

RGB 156 123 82 -
CMYK 0 0.21 0.47 0.39
HSL 33.24º 0.31% 0.47% -
HSV(B) 33.24º 0.47% 0.61% -
XYZ 22.32 21.84 11.02 -
YUV 128.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 156 123 82 0 0.21 0.47 0.39 33.24 0.31 0.47
Hex 9C 7B 52 0 15 2F 27 21 1F 2F
Octal 234 173 122 0 25 57 47 41 37 57
Binary 10011100 1111011 1010010 0 10101 101111 100111 100001 11111 101111

Color Harmonies of #9C7B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7B52

Black with #9C7B52

Text Example


Text Example

White with #9C7B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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