Html Css Color HEX #9C8352 Muesli

📋 copy color: '#9C8352'

red 156 ◦ green 131 ◦ blue 82

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

Shades of Muesli #9C8352

Tints of Muesli #9C8352

RGB

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

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

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

R = 42.28%
G = 35.5%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C8352 (or 0x9C8352) is known color: Muesli. HEX triplet: 9C, 83 and 52. RGB value is (156,131,82). Sum of RGB (Red+Green+Blue) = 156+131+82=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8352 is #637CAD. Grayscale: #858585. Windows color (decimal): -6519982 or 5407644. OLE color: 5407644.

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

Color convert

RGB 156 131 82 -
CMYK 0 0.16 0.47 0.39
HSL 39.73º 0.31% 0.47% -
HSV(B) 39.73º 0.47% 0.61% -
XYZ 23.35 23.91 11.37 -
YUV 132.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 156 131 82 0 0.16 0.47 0.39 39.73 0.31 0.47
Hex 9C 83 52 0 10 2F 27 28 1F 2F
Octal 234 203 122 0 20 57 47 50 37 57
Binary 10011100 10000011 1010010 0 10000 101111 100111 101000 11111 101111

Color Harmonies of #9C8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8352

Black with #9C8352

Text Example


Text Example

White with #9C8352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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