Html Css Color HEX #9B884B Muesli

📋 copy color: '#9B884B'

red 155 ◦ green 136 ◦ blue 75

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

Shades of Muesli #9B884B

Tints of Muesli #9B884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 42.35%
G = 37.16%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B884B (or 0x9B884B) is known color: Muesli. HEX triplet: 9B, 88 and 4B. RGB value is (155,136,75). Sum of RGB (Red+Green+Blue) = 155+136+75=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B884B is #6477B4. Grayscale: #868686. Windows color (decimal): -6584245 or 4950171. OLE color: 4950171.

HSL color Cylindrical-coordinate representation of color #9B884B: hue angle of 45.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B884B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 75 -
CMYK 0 0.12 0.52 0.39
HSL 45.75º 0.35% 0.45% -
HSV(B) 45.75º 0.52% 0.61% -
XYZ 23.59 25.08 10.26 -
YUV 134.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 155 136 75 0 0.12 0.52 0.39 45.75 0.35 0.45
Hex 9B 88 4B 0 C 34 27 2E 23 2D
Octal 233 210 113 0 14 64 47 56 43 55
Binary 10011011 10001000 1001011 0 1100 110100 100111 101110 100011 101101

Color Harmonies of #9B884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B884B

Black with #9B884B

Text Example


Text Example

White with #9B884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,75); }

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

background-color css

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

 a { background-color: rgb(155,136,75); }

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

border-color css

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

 span { border-color: rgb(155,136,75); }

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