Html Css Color HEX #9B7F57 Muesli

📋 copy color: '#9B7F57'

red 155 ◦ green 127 ◦ blue 87

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

Shades of Muesli #9B7F57

Tints of Muesli #9B7F57

RGB

 RED value IS 155 (60.94% from 255) = 42.01%

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

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 42.01%
G = 34.42%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B7F57 (or 0x9B7F57) is known color: Muesli. HEX triplet: 9B, 7F and 57. RGB value is (155,127,87). Sum of RGB (Red+Green+Blue) = 155+127+87=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F57 is #6480A8. Grayscale: #838383. Windows color (decimal): -6586537 or 5734299. OLE color: 5734299.

HSL color Cylindrical-coordinate representation of color #9B7F57: hue angle of 35.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7F57 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 87 -
CMYK 0 0.18 0.44 0.39
HSL 35.29º 0.28% 0.47% -
HSV(B) 35.29º 0.44% 0.61% -
XYZ 22.83 22.84 12.22 -
YUV 130.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 155 127 87 0 0.18 0.44 0.39 35.29 0.28 0.47
Hex 9B 7F 57 0 12 2C 27 23 1C 2F
Octal 233 177 127 0 22 54 47 43 34 57
Binary 10011011 1111111 1010111 0 10010 101100 100111 100011 11100 101111

Color Harmonies of #9B7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F57

Black with #9B7F57

Text Example


Text Example

White with #9B7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,87); }

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

background-color css

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

 a { background-color: rgb(155,127,87); }

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

border-color css

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

 span { border-color: rgb(155,127,87); }

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