Html Css Color HEX #9B7745 Muesli

📋 copy color: '#9B7745'

red 155 ◦ green 119 ◦ blue 69

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

Shades of Muesli #9B7745

Tints of Muesli #9B7745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 45.19%
G = 34.69%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B7745 (or 0x9B7745) is known color: Muesli. HEX triplet: 9B, 77 and 45. RGB value is (155,119,69). Sum of RGB (Red+Green+Blue) = 155+119+69=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7745 is #6488BA. Grayscale: #7C7C7C. Windows color (decimal): -6588603 or 4552603. OLE color: 4552603.

HSL color Cylindrical-coordinate representation of color #9B7745: hue angle of 34.88º 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 #9B7745 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 119 69 -
CMYK 0 0.23 0.55 0.39
HSL 34.88º 0.38% 0.44% -
HSV(B) 34.88º 0.55% 0.61% -
XYZ 21.19 20.59 8.49 -
YUV 124.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 155 119 69 0 0.23 0.55 0.39 34.88 0.38 0.44
Hex 9B 77 45 0 17 37 27 23 26 2C
Octal 233 167 105 0 27 67 47 43 46 54
Binary 10011011 1110111 1000101 0 10111 110111 100111 100011 100110 101100

Color Harmonies of #9B7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7745

Black with #9B7745

Text Example


Text Example

White with #9B7745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,69); }

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

background-color css

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

 a { background-color: rgb(155,119,69); }

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

border-color css

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

 span { border-color: rgb(155,119,69); }

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