Html Css Color HEX #9B7B45 Muesli

📋 copy color: '#9B7B45'

red 155 ◦ green 123 ◦ blue 69

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

Shades of Muesli #9B7B45

Tints of Muesli #9B7B45

RGB

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

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

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

R = 44.67%
G = 35.45%
B = 19.88%

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

#9B7B45 (or 0x9B7B45) is known color: Muesli. HEX triplet: 9B, 7B and 45. RGB value is (155,123,69). Sum of RGB (Red+Green+Blue) = 155+123+69=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7B45 is #6484BA. Grayscale: #7E7E7E. Windows color (decimal): -6587579 or 4553627. OLE color: 4553627.

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

Color convert

RGB 155 123 69 -
CMYK 0 0.21 0.55 0.39
HSL 37.67º 0.38% 0.44% -
HSV(B) 37.67º 0.55% 0.61% -
XYZ 21.67 21.56 8.65 -
YUV 126.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 155 123 69 0 0.21 0.55 0.39 37.67 0.38 0.44
Hex 9B 7B 45 0 15 37 27 26 26 2C
Octal 233 173 105 0 25 67 47 46 46 54
Binary 10011011 1111011 1000101 0 10101 110111 100111 100110 100110 101100

Color Harmonies of #9B7B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B45

Black with #9B7B45

Text Example


Text Example

White with #9B7B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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