Html Css Color HEX #9B8051 Muesli

📋 copy color: '#9B8051'

red 155 ◦ green 128 ◦ blue 81

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

Shades of Muesli #9B8051

Tints of Muesli #9B8051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 42.58%
G = 35.16%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B8051 (or 0x9B8051) is known color: Muesli. HEX triplet: 9B, 80 and 51. RGB value is (155,128,81). Sum of RGB (Red+Green+Blue) = 155+128+81=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8051 is #647FAE. Grayscale: #828282. Windows color (decimal): -6586287 or 5341339. OLE color: 5341339.

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

Color convert

RGB 155 128 81 -
CMYK 0 0.17 0.48 0.39
HSL 38.11º 0.31% 0.46% -
HSV(B) 38.11º 0.48% 0.61% -
XYZ 22.72 23 11.03 -
YUV 130.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 155 128 81 0 0.17 0.48 0.39 38.11 0.31 0.46
Hex 9B 80 51 0 11 30 27 26 1F 2E
Octal 233 200 121 0 21 60 47 46 37 56
Binary 10011011 10000000 1010001 0 10001 110000 100111 100110 11111 101110

Color Harmonies of #9B8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8051

Black with #9B8051

Text Example


Text Example

White with #9B8051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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