Html Css Color HEX #9C824D Muesli

📋 copy color: '#9C824D'

red 156 ◦ green 130 ◦ blue 77

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

Shades of Muesli #9C824D

Tints of Muesli #9C824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 42.98%
G = 35.81%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C824D (or 0x9C824D) is known color: Muesli. HEX triplet: 9C, 82 and 4D. RGB value is (156,130,77). Sum of RGB (Red+Green+Blue) = 156+130+77=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C824D is #637DB2. Grayscale: #838383. Windows color (decimal): -6520243 or 5079708. OLE color: 5079708.

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

Color convert

RGB 156 130 77 -
CMYK 0 0.17 0.51 0.39
HSL 40.25º 0.34% 0.46% -
HSV(B) 40.25º 0.51% 0.61% -
XYZ 23.03 23.57 10.36 -
YUV 131.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 156 130 77 0 0.17 0.51 0.39 40.25 0.34 0.46
Hex 9C 82 4D 0 11 33 27 28 22 2E
Octal 234 202 115 0 21 63 47 50 42 56
Binary 10011100 10000010 1001101 0 10001 110011 100111 101000 100010 101110

Color Harmonies of #9C824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C824D

Black with #9C824D

Text Example


Text Example

White with #9C824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,130,77); }

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

background-color css

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

 a { background-color: rgb(156,130,77); }

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

border-color css

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

 span { border-color: rgb(156,130,77); }

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