Html Css Color HEX #9B7B44 Muesli

📋 copy color: '#9B7B44'

red 155 ◦ green 123 ◦ blue 68

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

Shades of Muesli #9B7B44

Tints of Muesli #9B7B44

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 44.8%
G = 35.55%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B7B44 (or 0x9B7B44) is known color: Muesli. HEX triplet: 9B, 7B and 44. RGB value is (155,123,68). Sum of RGB (Red+Green+Blue) = 155+123+68=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B44 is #6484BB. Grayscale: #7E7E7E. Windows color (decimal): -6587580 or 4488091. OLE color: 4488091.

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

Color convert

RGB 155 123 68 -
CMYK 0 0.21 0.56 0.39
HSL 37.93º 0.39% 0.44% -
HSV(B) 37.93º 0.56% 0.61% -
XYZ 21.64 21.55 8.49 -
YUV 126.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 155 123 68 0 0.21 0.56 0.39 37.93 0.39 0.44
Hex 9B 7B 44 0 15 38 27 26 27 2C
Octal 233 173 104 0 25 70 47 46 47 54
Binary 10011011 1111011 1000100 0 10101 111000 100111 100110 100111 101100

Color Harmonies of #9B7B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B44

Black with #9B7B44

Text Example


Text Example

White with #9B7B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,68); }

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

background-color css

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

 a { background-color: rgb(155,123,68); }

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

border-color css

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

 span { border-color: rgb(155,123,68); }

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