Html Css Color HEX #9F7D51 Muesli

📋 copy color: '#9F7D51'

red 159 ◦ green 125 ◦ blue 81

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

Shades of Muesli #9F7D51

Tints of Muesli #9F7D51

RGB

 RED value IS 159 (62.5% from 255) = 43.56%

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 43.56%
G = 34.25%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F7D51 (or 0x9F7D51) is known color: Muesli. HEX triplet: 9F, 7D and 51. RGB value is (159,125,81). Sum of RGB (Red+Green+Blue) = 159+125+81=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D51 is #6082AE. Grayscale: #828282. Windows color (decimal): -6324911 or 5340575. OLE color: 5340575.

HSL color Cylindrical-coordinate representation of color #9F7D51: hue angle of 33.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F7D51 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 125 81 -
CMYK 0 0.21 0.49 0.38
HSL 33.85º 0.33% 0.47% -
HSV(B) 33.85º 0.49% 0.62% -
XYZ 23.12 22.63 10.93 -
YUV 130.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 159 125 81 0 0.21 0.49 0.38 33.85 0.33 0.47
Hex 9F 7D 51 0 15 31 26 22 20 2F
Octal 237 175 121 0 25 61 46 42 40 57
Binary 10011111 1111101 1010001 0 10101 110001 100110 100010 100000 101111

Color Harmonies of #9F7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D51

Black with #9F7D51

Text Example


Text Example

White with #9F7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,81); }

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

background-color css

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

 a { background-color: rgb(159,125,81); }

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

border-color css

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

 span { border-color: rgb(159,125,81); }

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