#9B825C

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

Shades of Muesli #9B825C

Tints of Muesli #9B825C

Color information

#9B825C (or 0x9B825C) is unknown color: approx Muesli. HEX triplet: 9B, 82 and 5C. RGB value is (155,130,92). Sum of RGB (Red+Green+Blue) = 155+130+92=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825C is #647DA3. Grayscale: #858585. Windows color (decimal): -6585764 or 6062747. OLE color: 6062747.

HSL color Cylindrical-coordinate representation of color #9B825C: hue angle of 36.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B825C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15513092-
CMYK00.160.410.39
HSL36.19º25.51%48.43%-
HSV(B)36.19º40.65%60.78%-
XYZ23.4323.7113.47-
YUV133.14104.78143.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=41.11%
G=34.48%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551309200.160.410.3936.1925.5148.43
Hex9B825C0102927241a30
Octal2332021340205147443260
Binary1001101110000010101110001000010100110011110010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,92); }

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

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

 a { background-color: rgb(155,130,92); }

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

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

 span { border-color: rgb(155,130,92); }

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