Html Css Color HEX #9B7F42 Muesli

📋 copy color: '#9B7F42'

red 155 ◦ green 127 ◦ blue 66

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

Shades of Muesli #9B7F42

Tints of Muesli #9B7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 44.54%
G = 36.49%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B7F42 (or 0x9B7F42) is known color: Muesli. HEX triplet: 9B, 7F and 42. RGB value is (155,127,66). Sum of RGB (Red+Green+Blue) = 155+127+66=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F42 is #6480BD. Grayscale: #808080. Windows color (decimal): -6586558 or 4358043. OLE color: 4358043.

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

Color convert

RGB 155 127 66 -
CMYK 0 0.18 0.57 0.39
HSL 41.12º 0.4% 0.43% -
HSV(B) 41.12º 0.57% 0.61% -
XYZ 22.09 22.54 8.34 -
YUV 128.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 155 127 66 0 0.18 0.57 0.39 41.12 0.4 0.43
Hex 9B 7F 42 0 12 39 27 29 28 2B
Octal 233 177 102 0 22 71 47 51 50 53
Binary 10011011 1111111 1000010 0 10010 111001 100111 101001 101000 101011

Color Harmonies of #9B7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F42

Black with #9B7F42

Text Example


Text Example

White with #9B7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,66); }

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

background-color css

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

 a { background-color: rgb(155,127,66); }

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

border-color css

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

 span { border-color: rgb(155,127,66); }

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