Html Css Color HEX #9B855D Muesli

📋 copy color: '#9B855D'

red 155 ◦ green 133 ◦ blue 93

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

Shades of Muesli #9B855D

Tints of Muesli #9B855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 40.68%
G = 34.91%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B855D (or 0x9B855D) is known color: Muesli. HEX triplet: 9B, 85 and 5D. RGB value is (155,133,93). Sum of RGB (Red+Green+Blue) = 155+133+93=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B855D is #647AA2. Grayscale: #878787. Windows color (decimal): -6584995 or 6129051. OLE color: 6129051.

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

Color convert

RGB 155 133 93 -
CMYK 0 0.14 0.4 0.39
HSL 38.71º 0.25% 0.49% -
HSV(B) 38.71º 0.4% 0.61% -
XYZ 23.88 24.53 13.83 -
YUV 135.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 155 133 93 0 0.14 0.4 0.39 38.71 0.25 0.49
Hex 9B 85 5D 0 E 28 27 27 19 31
Octal 233 205 135 0 16 50 47 47 31 61
Binary 10011011 10000101 1011101 0 1110 101000 100111 100111 11001 110001

Color Harmonies of #9B855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B855D

Black with #9B855D

Text Example


Text Example

White with #9B855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,93); }

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

background-color css

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

 a { background-color: rgb(155,133,93); }

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

border-color css

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

 span { border-color: rgb(155,133,93); }

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