Html Css Color HEX #9B8752 Muesli

📋 copy color: '#9B8752'

red 155 ◦ green 135 ◦ blue 82

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

Shades of Muesli #9B8752

Tints of Muesli #9B8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 41.67%
G = 36.29%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9B8752 (or 0x9B8752) is known color: Muesli. HEX triplet: 9B, 87 and 52. RGB value is (155,135,82). Sum of RGB (Red+Green+Blue) = 155+135+82=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8752 is #6478AD. Grayscale: #878787. Windows color (decimal): -6584494 or 5408667. OLE color: 5408667.

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

Color convert

RGB 155 135 82 -
CMYK 0 0.13 0.47 0.39
HSL 43.56º 0.31% 0.46% -
HSV(B) 43.56º 0.47% 0.61% -
XYZ 23.7 24.91 11.54 -
YUV 134.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 155 135 82 0 0.13 0.47 0.39 43.56 0.31 0.46
Hex 9B 87 52 0 D 2F 27 2C 1F 2E
Octal 233 207 122 0 15 57 47 54 37 56
Binary 10011011 10000111 1010010 0 1101 101111 100111 101100 11111 101110

Color Harmonies of #9B8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8752

Black with #9B8752

Text Example


Text Example

White with #9B8752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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