#9B875D

Color #9B875D Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9B875D

Tints of Muesli #9B875D

Color information

#9B875D (or 0x9B875D) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 5D. RGB value is (155,135,93). Sum of RGB (Red+Green+Blue) = 155+135+93=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B875D is #6478A2. Grayscale: #888888. Windows color (decimal): -6584483 or 6129563. OLE color: 6129563.

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

Color convert

RGB15513593-
CMYK00.130.40.39
HSL40.65º25%48.63%-
HSV(B)40.65º40%60.78%-
XYZ24.1625.0913.92-
YUV136.19103.63141.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=40.47%
G=35.25%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551359300.130.40.3940.652548.63
Hex9B875D0D2827291931
Octal2332071350155047513161
Binary100110111000011110111010110110100010011110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B875D;
 }
 .AnyTagClassName
 {
   color: #9B875D;
 }
</style>
background-color css

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

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

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

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

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

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