Html Css Color HEX #9B884F Muesli

📋 copy color: '#9B884F'

red 155 ◦ green 136 ◦ blue 79

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

Shades of Muesli #9B884F

Tints of Muesli #9B884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 41.89%
G = 36.76%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B884F (or 0x9B884F) is known color: Muesli. HEX triplet: 9B, 88 and 4F. RGB value is (155,136,79). Sum of RGB (Red+Green+Blue) = 155+136+79=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B884F is #6477B0. Grayscale: #878787. Windows color (decimal): -6584241 or 5212315. OLE color: 5212315.

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

Color convert

RGB 155 136 79 -
CMYK 0 0.12 0.49 0.39
HSL 45º 0.32% 0.46% -
HSV(B) 45º 0.49% 0.61% -
XYZ 23.73 25.14 11 -
YUV 135.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 155 136 79 0 0.12 0.49 0.39 45 0.32 0.46
Hex 9B 88 4F 0 C 31 27 2D 20 2E
Octal 233 210 117 0 14 61 47 55 40 56
Binary 10011011 10001000 1001111 0 1100 110001 100111 101101 100000 101110

Color Harmonies of #9B884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B884F

Black with #9B884F

Text Example


Text Example

White with #9B884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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