Html Css Color HEX #9B8259 Muesli

📋 copy color: '#9B8259'

red 155 ◦ green 130 ◦ blue 89

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

Shades of Muesli #9B8259

Tints of Muesli #9B8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 41.44%
G = 34.76%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B8259 (or 0x9B8259) is known color: Muesli. HEX triplet: 9B, 82 and 59. RGB value is (155,130,89). Sum of RGB (Red+Green+Blue) = 155+130+89=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8259 is #647DA6. Grayscale: #848484. Windows color (decimal): -6585767 or 5866139. OLE color: 5866139.

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

Color convert

RGB 155 130 89 -
CMYK 0 0.16 0.43 0.39
HSL 37.27º 0.27% 0.48% -
HSV(B) 37.27º 0.43% 0.61% -
XYZ 23.3 23.66 12.79 -
YUV 132.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 155 130 89 0 0.16 0.43 0.39 37.27 0.27 0.48
Hex 9B 82 59 0 10 2B 27 25 1B 30
Octal 233 202 131 0 20 53 47 45 33 60
Binary 10011011 10000010 1011001 0 10000 101011 100111 100101 11011 110000

Color Harmonies of #9B8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8259

Black with #9B8259

Text Example


Text Example

White with #9B8259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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