Html Css Color HEX #9A8153 Muesli

📋 copy color: '#9A8153'

red 154 ◦ green 129 ◦ blue 83

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

Shades of Muesli #9A8153

Tints of Muesli #9A8153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 42.08%
G = 35.25%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#9A8153 (or 0x9A8153) is known color: Muesli. HEX triplet: 9A, 81 and 53. RGB value is (154,129,83). Sum of RGB (Red+Green+Blue) = 154+129+83=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8153 is #657EAC. Grayscale: #838383. Windows color (decimal): -6651565 or 5472666. OLE color: 5472666.

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

Color convert

RGB 154 129 83 -
CMYK 0 0.16 0.46 0.40
HSL 38.87º 0.3% 0.46% -
HSV(B) 38.87º 0.46% 0.6% -
XYZ 22.74 23.2 11.46 -
YUV 131.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 154 129 83 0 0.16 0.46 0.40 38.87 0.3 0.46
Hex 9A 81 53 0 10 2E 28 27 1E 2E
Octal 232 201 123 0 20 56 50 47 36 56
Binary 10011010 10000001 1010011 0 10000 101110 101000 100111 11110 101110

Color Harmonies of #9A8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8153

Black with #9A8153

Text Example


Text Example

White with #9A8153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,129,83); }

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

background-color css

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

 a { background-color: rgb(154,129,83); }

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

border-color css

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

 span { border-color: rgb(154,129,83); }

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