Html Css Color HEX #9A8248 Muesli

📋 copy color: '#9A8248'

red 154 ◦ green 130 ◦ blue 72

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

Shades of Muesli #9A8248

Tints of Muesli #9A8248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 43.26%
G = 36.52%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A8248 (or 0x9A8248) is known color: Muesli. HEX triplet: 9A, 82 and 48. RGB value is (154,130,72). Sum of RGB (Red+Green+Blue) = 154+130+72=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8248 is #657DB7. Grayscale: #828282. Windows color (decimal): -6651320 or 4752026. OLE color: 4752026.

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

Color convert

RGB 154 130 72 -
CMYK 0 0.16 0.53 0.40
HSL 42.44º 0.36% 0.44% -
HSV(B) 42.44º 0.53% 0.6% -
XYZ 22.48 23.3 9.44 -
YUV 130.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 154 130 72 0 0.16 0.53 0.40 42.44 0.36 0.44
Hex 9A 82 48 0 10 35 28 2A 24 2C
Octal 232 202 110 0 20 65 50 52 44 54
Binary 10011010 10000010 1001000 0 10000 110101 101000 101010 100100 101100

Color Harmonies of #9A8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8248

Black with #9A8248

Text Example


Text Example

White with #9A8248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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