Html Css Color HEX #9A7F52 Muesli

📋 copy color: '#9A7F52'

red 154 ◦ green 127 ◦ blue 82

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

Shades of Muesli #9A7F52

Tints of Muesli #9A7F52

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

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

R = 42.42%
G = 34.99%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A7F52 (or 0x9A7F52) is known color: Muesli. HEX triplet: 9A, 7F and 52. RGB value is (154,127,82). Sum of RGB (Red+Green+Blue) = 154+127+82=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7F52 is #6580AD. Grayscale: #828282. Windows color (decimal): -6652078 or 5406618. OLE color: 5406618.

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

Color convert

RGB 154 127 82 -
CMYK 0 0.18 0.47 0.40
HSL 37.5º 0.31% 0.46% -
HSV(B) 37.5º 0.47% 0.6% -
XYZ 22.44 22.66 11.17 -
YUV 129.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 154 127 82 0 0.18 0.47 0.40 37.5 0.31 0.46
Hex 9A 7F 52 0 12 2F 28 26 1F 2E
Octal 232 177 122 0 22 57 50 46 37 56
Binary 10011010 1111111 1010010 0 10010 101111 101000 100110 11111 101110

Color Harmonies of #9A7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F52

Black with #9A7F52

Text Example


Text Example

White with #9A7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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