Html Css Color HEX #9B7A46 Muesli

📋 copy color: '#9B7A46'

red 155 ◦ green 122 ◦ blue 70

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

Shades of Muesli #9B7A46

Tints of Muesli #9B7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 44.67%
G = 35.16%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B7A46 (or 0x9B7A46) is known color: Muesli. HEX triplet: 9B, 7A and 46. RGB value is (155,122,70). Sum of RGB (Red+Green+Blue) = 155+122+70=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A46 is #6485B9. Grayscale: #7E7E7E. Windows color (decimal): -6587834 or 4618907. OLE color: 4618907.

HSL color Cylindrical-coordinate representation of color #9B7A46: hue angle of 36.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B7A46 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 122 70 -
CMYK 0 0.21 0.55 0.39
HSL 36.71º 0.38% 0.44% -
HSV(B) 36.71º 0.55% 0.61% -
XYZ 21.58 21.33 8.77 -
YUV 125.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 155 122 70 0 0.21 0.55 0.39 36.71 0.38 0.44
Hex 9B 7A 46 0 15 37 27 25 26 2C
Octal 233 172 106 0 25 67 47 45 46 54
Binary 10011011 1111010 1000110 0 10101 110111 100111 100101 100110 101100

Color Harmonies of #9B7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A46

Black with #9B7A46

Text Example


Text Example

White with #9B7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,70); }

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

background-color css

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

 a { background-color: rgb(155,122,70); }

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

border-color css

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

 span { border-color: rgb(155,122,70); }

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