Html Css Color HEX #9B7F52 Muesli

📋 copy color: '#9B7F52'

red 155 ◦ green 127 ◦ blue 82

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

Shades of Muesli #9B7F52

Tints of Muesli #9B7F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 42.58%
G = 34.89%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B7F52 (or 0x9B7F52) is known color: Muesli. HEX triplet: 9B, 7F and 52. RGB value is (155,127,82). Sum of RGB (Red+Green+Blue) = 155+127+82=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F52 is #6480AD. Grayscale: #828282. Windows color (decimal): -6586542 or 5406619. OLE color: 5406619.

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

Color convert

RGB 155 127 82 -
CMYK 0 0.18 0.47 0.39
HSL 36.99º 0.31% 0.46% -
HSV(B) 36.99º 0.47% 0.61% -
XYZ 22.63 22.76 11.18 -
YUV 130.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 155 127 82 0 0.18 0.47 0.39 36.99 0.31 0.46
Hex 9B 7F 52 0 12 2F 27 25 1F 2E
Octal 233 177 122 0 22 57 47 45 37 56
Binary 10011011 1111111 1010010 0 10010 101111 100111 100101 11111 101110

Color Harmonies of #9B7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F52

Black with #9B7F52

Text Example


Text Example

White with #9B7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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