Html Css Color HEX #9A8352 Muesli

📋 copy color: '#9A8352'

red 154 ◦ green 131 ◦ blue 82

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

Shades of Muesli #9A8352

Tints of Muesli #9A8352

RGB

 RED value IS 154 (60.55% from 255) = 41.96%

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

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

R = 41.96%
G = 35.69%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A8352 (or 0x9A8352) is known color: Muesli. HEX triplet: 9A, 83 and 52. RGB value is (154,131,82). Sum of RGB (Red+Green+Blue) = 154+131+82=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8352 is #657CAD. Grayscale: #848484. Windows color (decimal): -6651054 or 5407642. OLE color: 5407642.

HSL color Cylindrical-coordinate representation of color #9A8352: hue angle of 40.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A8352 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 82 -
CMYK 0 0.15 0.47 0.40
HSL 40.83º 0.31% 0.46% -
HSV(B) 40.83º 0.47% 0.6% -
XYZ 22.97 23.71 11.35 -
YUV 132.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 154 131 82 0 0.15 0.47 0.40 40.83 0.31 0.46
Hex 9A 83 52 0 F 2F 28 29 1F 2E
Octal 232 203 122 0 17 57 50 51 37 56
Binary 10011010 10000011 1010010 0 1111 101111 101000 101001 11111 101110

Color Harmonies of #9A8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8352

Black with #9A8352

Text Example


Text Example

White with #9A8352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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