Html Css Color HEX #9B8353 Muesli

📋 copy color: '#9B8353'

red 155 ◦ green 131 ◦ blue 83

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

Shades of Muesli #9B8353

Tints of Muesli #9B8353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 83 (32.81% from 255) = 22.49%

R = 42.01%
G = 35.5%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B8353 (or 0x9B8353) is known color: Muesli. HEX triplet: 9B, 83 and 53. RGB value is (155,131,83). Sum of RGB (Red+Green+Blue) = 155+131+83=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8353 is #647CAC. Grayscale: #848484. Windows color (decimal): -6585517 or 5473179. OLE color: 5473179.

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

Color convert

RGB 155 131 83 -
CMYK 0 0.15 0.46 0.39
HSL 40º 0.3% 0.47% -
HSV(B) 40º 0.46% 0.61% -
XYZ 23.2 23.83 11.56 -
YUV 132.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 155 131 83 0 0.15 0.46 0.39 40 0.3 0.47
Hex 9B 83 53 0 F 2E 27 28 1E 2F
Octal 233 203 123 0 17 56 47 50 36 57
Binary 10011011 10000011 1010011 0 1111 101110 100111 101000 11110 101111

Color Harmonies of #9B8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8353

Black with #9B8353

Text Example


Text Example

White with #9B8353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,131,83); }

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

background-color css

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

 a { background-color: rgb(155,131,83); }

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

border-color css

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

 span { border-color: rgb(155,131,83); }

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