Shades of Muesli #99825B
Tints of Muesli #99825B
RGB
CMYK
RGB Variations
Color information
#99825B (or 0x99825B) is known color: Muesli. HEX triplet: 99, 82 and 5B. RGB value is (153,130,91). Sum of RGB (Red+Green+Blue) = 153+130+91=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99825B is #667DA4. Grayscale: #848484. Windows color (decimal): -6716837 or 5997209. OLE color: 5997209.
HSL color Cylindrical-coordinate representation of color #99825B: hue angle of 37.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99825B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 91 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.4 |
| HSL | 37.74º | 0.25% | 0.48% | - |
| HSV(B) | 37.74º | 0.41% | 0.6% | - |
| XYZ | 23.01 | 23.49 | 13.22 | - |
| YUV | 132.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 91 | 0 | 0.15 | 0.41 | 0.4 | 37.74 | 0.25 | 0.48 |
| Hex | 99 | 82 | 5B | 0 | F | 29 | 28 | 26 | 19 | 30 |
| Octal | 231 | 202 | 133 | 0 | 17 | 51 | 50 | 46 | 31 | 60 |
| Binary | 10011001 | 10000010 | 1011011 | 0 | 1111 | 101001 | 101000 | 100110 | 11001 | 110000 |
Color Harmonies of #99825B
Complementary color
Monochromatic Colors of #99825B
Black with #99825B
Text Example
Text Example
White with #99825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99825B; }
p { color: rgb(153,130,91); }
H1.HeaderClassName
{
color: #99825B;
}
.AnyTagClassName
{
color: #99825B;
}
</style>
background-color css
<style>
a { background-color: #99825B; }
a { background-color: rgb(153,130,91); }
div.DivClassName
{
background-color: #99825B;
}
.BgClassName
{
background-color: #99825B;
}
</style>
border-color css
<style>
span { border-color: #99825B; }
span { border-color: rgb(153,130,91); }
td.TdClassName
{
border-color: #99825B;
}
.TagClassName
{
border-color: #99825B;
}
</style>