Html Css Color HEX #9C814D Muesli

📋 copy color: '#9C814D'

red 156 ◦ green 129 ◦ blue 77

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

Shades of Muesli #9C814D

Tints of Muesli #9C814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 43.09%
G = 35.64%
B = 21.27%

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

#9C814D (or 0x9C814D) is known color: Muesli. HEX triplet: 9C, 81 and 4D. RGB value is (156,129,77). Sum of RGB (Red+Green+Blue) = 156+129+77=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C814D is #637EB2. Grayscale: #838383. Windows color (decimal): -6520499 or 5079452. OLE color: 5079452.

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

Color convert

RGB 156 129 77 -
CMYK 0 0.17 0.51 0.39
HSL 39.49º 0.34% 0.46% -
HSV(B) 39.49º 0.51% 0.61% -
XYZ 22.9 23.3 10.31 -
YUV 131.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 156 129 77 0 0.17 0.51 0.39 39.49 0.34 0.46
Hex 9C 81 4D 0 11 33 27 27 22 2E
Octal 234 201 115 0 21 63 47 47 42 56
Binary 10011100 10000001 1001101 0 10001 110011 100111 100111 100010 101110

Color Harmonies of #9C814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C814D

Black with #9C814D

Text Example


Text Example

White with #9C814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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