Html Css Color HEX #9B874D Muesli

📋 copy color: '#9B874D'

red 155 ◦ green 135 ◦ blue 77

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

Shades of Muesli #9B874D

Tints of Muesli #9B874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 42.23%
G = 36.78%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B874D (or 0x9B874D) is known color: Muesli. HEX triplet: 9B, 87 and 4D. RGB value is (155,135,77). Sum of RGB (Red+Green+Blue) = 155+135+77=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B874D is #6478B2. Grayscale: #868686. Windows color (decimal): -6584499 or 5080987. OLE color: 5080987.

HSL color Cylindrical-coordinate representation of color #9B874D: hue angle of 44.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B874D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 135 77 -
CMYK 0 0.13 0.50 0.39
HSL 44.62º 0.34% 0.45% -
HSV(B) 44.62º 0.5% 0.61% -
XYZ 23.52 24.83 10.57 -
YUV 134.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 155 135 77 0 0.13 0.50 0.39 44.62 0.34 0.45
Hex 9B 87 4D 0 D 32 27 2D 22 2D
Octal 233 207 115 0 15 62 47 55 42 55
Binary 10011011 10000111 1001101 0 1101 110010 100111 101101 100010 101101

Color Harmonies of #9B874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B874D

Black with #9B874D

Text Example


Text Example

White with #9B874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,77); }

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

background-color css

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

 a { background-color: rgb(155,135,77); }

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

border-color css

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

 span { border-color: rgb(155,135,77); }

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