Html Css Color HEX #9C834C Muesli

📋 copy color: '#9C834C'

red 156 ◦ green 131 ◦ blue 76

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

Shades of Muesli #9C834C

Tints of Muesli #9C834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 42.98%
G = 36.09%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C834C (or 0x9C834C) is known color: Muesli. HEX triplet: 9C, 83 and 4C. RGB value is (156,131,76). Sum of RGB (Red+Green+Blue) = 156+131+76=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C834C is #637CB3. Grayscale: #848484. Windows color (decimal): -6519988 or 5014428. OLE color: 5014428.

HSL color Cylindrical-coordinate representation of color #9C834C: hue angle of 41.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C834C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 76 -
CMYK 0 0.16 0.51 0.39
HSL 41.25º 0.34% 0.45% -
HSV(B) 41.25º 0.51% 0.61% -
XYZ 23.13 23.82 10.22 -
YUV 132.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 156 131 76 0 0.16 0.51 0.39 41.25 0.34 0.45
Hex 9C 83 4C 0 10 33 27 29 22 2D
Octal 234 203 114 0 20 63 47 51 42 55
Binary 10011100 10000011 1001100 0 10000 110011 100111 101001 100010 101101

Color Harmonies of #9C834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C834C

Black with #9C834C

Text Example


Text Example

White with #9C834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,76); }

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

background-color css

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

 a { background-color: rgb(156,131,76); }

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

border-color css

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

 span { border-color: rgb(156,131,76); }

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