Html Css Color HEX #9B8255 Muesli

📋 copy color: '#9B8255'

red 155 ◦ green 130 ◦ blue 85

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

Shades of Muesli #9B8255

Tints of Muesli #9B8255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 41.89%
G = 35.14%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8255 (or 0x9B8255) is known color: Muesli. HEX triplet: 9B, 82 and 55. RGB value is (155,130,85). Sum of RGB (Red+Green+Blue) = 155+130+85=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8255 is #647DAA. Grayscale: #848484. Windows color (decimal): -6585771 or 5603995. OLE color: 5603995.

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

Color convert

RGB 155 130 85 -
CMYK 0 0.16 0.45 0.39
HSL 38.57º 0.29% 0.47% -
HSV(B) 38.57º 0.45% 0.61% -
XYZ 23.14 23.59 11.93 -
YUV 132.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 155 130 85 0 0.16 0.45 0.39 38.57 0.29 0.47
Hex 9B 82 55 0 10 2D 27 27 1D 2F
Octal 233 202 125 0 20 55 47 47 35 57
Binary 10011011 10000010 1010101 0 10000 101101 100111 100111 11101 101111

Color Harmonies of #9B8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8255

Black with #9B8255

Text Example


Text Example

White with #9B8255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,85); }

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

background-color css

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

 a { background-color: rgb(155,130,85); }

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

border-color css

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

 span { border-color: rgb(155,130,85); }

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