Html Css Color HEX #9F7D53 Muesli

📋 copy color: '#9F7D53'

red 159 ◦ green 125 ◦ blue 83

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

Shades of Muesli #9F7D53

Tints of Muesli #9F7D53

RGB

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

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

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

R = 43.32%
G = 34.06%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F7D53 (or 0x9F7D53) is known color: Muesli. HEX triplet: 9F, 7D and 53. RGB value is (159,125,83). Sum of RGB (Red+Green+Blue) = 159+125+83=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D53 is #6082AC. Grayscale: #828282. Windows color (decimal): -6324909 or 5471647. OLE color: 5471647.

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

Color convert

RGB 159 125 83 -
CMYK 0 0.21 0.48 0.38
HSL 33.16º 0.31% 0.47% -
HSV(B) 33.16º 0.48% 0.62% -
XYZ 23.19 22.66 11.34 -
YUV 130.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 159 125 83 0 0.21 0.48 0.38 33.16 0.31 0.47
Hex 9F 7D 53 0 15 30 26 21 1F 2F
Octal 237 175 123 0 25 60 46 41 37 57
Binary 10011111 1111101 1010011 0 10101 110000 100110 100001 11111 101111

Color Harmonies of #9F7D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D53

Black with #9F7D53

Text Example


Text Example

White with #9F7D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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