Html Css Color HEX #9B8351 Muesli

📋 copy color: '#9B8351'

red 155 ◦ green 131 ◦ blue 81

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

Shades of Muesli #9B8351

Tints of Muesli #9B8351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 42.23%
G = 35.69%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B8351 (or 0x9B8351) is known color: Muesli. HEX triplet: 9B, 83 and 51. RGB value is (155,131,81). Sum of RGB (Red+Green+Blue) = 155+131+81=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8351 is #647CAE. Grayscale: #848484. Windows color (decimal): -6585519 or 5342107. OLE color: 5342107.

HSL color Cylindrical-coordinate representation of color #9B8351: hue angle of 40.54º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B8351 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 131 81 -
CMYK 0 0.15 0.48 0.39
HSL 40.54º 0.31% 0.46% -
HSV(B) 40.54º 0.48% 0.61% -
XYZ 23.12 23.8 11.16 -
YUV 132.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 155 131 81 0 0.15 0.48 0.39 40.54 0.31 0.46
Hex 9B 83 51 0 F 30 27 29 1F 2E
Octal 233 203 121 0 17 60 47 51 37 56
Binary 10011011 10000011 1010001 0 1111 110000 100111 101001 11111 101110

Color Harmonies of #9B8351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8351

Black with #9B8351

Text Example


Text Example

White with #9B8351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,131,81); }

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

background-color css

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

 a { background-color: rgb(155,131,81); }

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

border-color css

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

 span { border-color: rgb(155,131,81); }

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