Html Css Color HEX #9B8257 Muesli

📋 copy color: '#9B8257'

red 155 ◦ green 130 ◦ blue 87

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

Shades of Muesli #9B8257

Tints of Muesli #9B8257

RGB

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

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

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

R = 41.67%
G = 34.95%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B8257 (or 0x9B8257) is known color: Muesli. HEX triplet: 9B, 82 and 57. RGB value is (155,130,87). Sum of RGB (Red+Green+Blue) = 155+130+87=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8257 is #647DA8. Grayscale: #848484. Windows color (decimal): -6585769 or 5735067. OLE color: 5735067.

HSL color Cylindrical-coordinate representation of color #9B8257: hue angle of 37.94º 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 #9B8257 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 130 87 -
CMYK 0 0.16 0.44 0.39
HSL 37.94º 0.28% 0.47% -
HSV(B) 37.94º 0.44% 0.61% -
XYZ 23.22 23.62 12.35 -
YUV 132.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 155 130 87 0 0.16 0.44 0.39 37.94 0.28 0.47
Hex 9B 82 57 0 10 2C 27 26 1C 2F
Octal 233 202 127 0 20 54 47 46 34 57
Binary 10011011 10000010 1010111 0 10000 101100 100111 100110 11100 101111

Color Harmonies of #9B8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8257

Black with #9B8257

Text Example


Text Example

White with #9B8257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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