Html Css Color HEX #9A8253 Muesli

📋 copy color: '#9A8253'

red 154 ◦ green 130 ◦ blue 83

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

Shades of Muesli #9A8253

Tints of Muesli #9A8253

RGB

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

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

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

R = 41.96%
G = 35.42%
B = 22.62%

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

#9A8253 (or 0x9A8253) is known color: Muesli. HEX triplet: 9A, 82 and 53. RGB value is (154,130,83). Sum of RGB (Red+Green+Blue) = 154+130+83=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8253 is #657DAC. Grayscale: #848484. Windows color (decimal): -6651309 or 5472922. OLE color: 5472922.

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

Color convert

RGB 154 130 83 -
CMYK 0 0.16 0.46 0.40
HSL 39.72º 0.3% 0.46% -
HSV(B) 39.72º 0.46% 0.6% -
XYZ 22.87 23.46 11.51 -
YUV 131.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 154 130 83 0 0.16 0.46 0.40 39.72 0.3 0.46
Hex 9A 82 53 0 10 2E 28 28 1E 2E
Octal 232 202 123 0 20 56 50 50 36 56
Binary 10011010 10000010 1010011 0 10000 101110 101000 101000 11110 101110

Color Harmonies of #9A8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8253

Black with #9A8253

Text Example


Text Example

White with #9A8253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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