Shades of Saddle Brown #924D10
Tints of Saddle Brown #924D10
RGB
CMYK
RGB Variations
Color information
#924D10 (or 0x924D10) is known color: Saddle Brown. HEX triplet: 92, 4D and 10. RGB value is (146,77,16). Sum of RGB (Red+Green+Blue) = 146+77+16=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #924D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D10 is #6DB2EF. Grayscale: #5A5A5A. Windows color (decimal): -7189232 or 1068434. OLE color: 1068434.
HSL color Cylindrical-coordinate representation of color #924D10: hue angle of 28.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #924D10 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 16 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.43 |
| HSL | 28.15º | 0.8% | 0.32% | - |
| HSV(B) | 28.15º | 0.89% | 0.57% | - |
| XYZ | 14.6 | 11.46 | 1.93 | - |
| YUV | 90.68 | 85.86 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 16 | 0 | 0.47 | 0.89 | 0.43 | 28.15 | 0.8 | 0.32 |
| Hex | 92 | 4D | 10 | 0 | 2F | 59 | 2B | 1C | 50 | 20 |
| Octal | 222 | 115 | 20 | 0 | 57 | 131 | 53 | 34 | 120 | 40 |
| Binary | 10010010 | 1001101 | 10000 | 0 | 101111 | 1011001 | 101011 | 11100 | 1010000 | 100000 |
Color Harmonies of #924D10
Complementary color
Monochromatic Colors of #924D10
Black with #924D10
Text Example
Text Example
White with #924D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D10; }
p { color: rgb(146,77,16); }
H1.HeaderClassName
{
color: #924D10;
}
.AnyTagClassName
{
color: #924D10;
}
</style>
background-color css
<style>
a { background-color: #924D10; }
a { background-color: rgb(146,77,16); }
div.DivClassName
{
background-color: #924D10;
}
.BgClassName
{
background-color: #924D10;
}
</style>
border-color css
<style>
span { border-color: #924D10; }
span { border-color: rgb(146,77,16); }
td.TdClassName
{
border-color: #924D10;
}
.TagClassName
{
border-color: #924D10;
}
</style>