Html Css Color HEX #9B7F53 Muesli

📋 copy color: '#9B7F53'

red 155 ◦ green 127 ◦ blue 83

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

Shades of Muesli #9B7F53

Tints of Muesli #9B7F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 42.47%
G = 34.79%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B7F53 (or 0x9B7F53) is known color: Muesli. HEX triplet: 9B, 7F and 53. RGB value is (155,127,83). Sum of RGB (Red+Green+Blue) = 155+127+83=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F53 is #6480AC. Grayscale: #828282. Windows color (decimal): -6586541 or 5472155. OLE color: 5472155.

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

Color convert

RGB 155 127 83 -
CMYK 0 0.18 0.46 0.39
HSL 36.67º 0.3% 0.47% -
HSV(B) 36.67º 0.46% 0.61% -
XYZ 22.67 22.77 11.38 -
YUV 130.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 155 127 83 0 0.18 0.46 0.39 36.67 0.3 0.47
Hex 9B 7F 53 0 12 2E 27 25 1E 2F
Octal 233 177 123 0 22 56 47 45 36 57
Binary 10011011 1111111 1010011 0 10010 101110 100111 100101 11110 101111

Color Harmonies of #9B7F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F53

Black with #9B7F53

Text Example


Text Example

White with #9B7F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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