Shades of Saddle Brown #924D16
Tints of Saddle Brown #924D16
RGB
CMYK
RGB Variations
Color information
#924D16 (or 0x924D16) is known color: Saddle Brown. HEX triplet: 92, 4D and 16. RGB value is (146,77,22). Sum of RGB (Red+Green+Blue) = 146+77+22=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #924D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D16 is #6DB2E9. Grayscale: #5B5B5B. Windows color (decimal): -7189226 or 1461650. OLE color: 1461650.
HSL color Cylindrical-coordinate representation of color #924D16: hue angle of 26.61º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #924D16 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 77 | 22 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.43 |
| HSL | 26.61º | 0.74% | 0.33% | - |
| HSV(B) | 26.61º | 0.85% | 0.57% | - |
| XYZ | 14.65 | 11.48 | 2.2 | - |
| YUV | 91.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 22 | 0 | 0.47 | 0.85 | 0.43 | 26.61 | 0.74 | 0.33 |
| Hex | 92 | 4D | 16 | 0 | 2F | 55 | 2B | 1B | 4A | 21 |
| Octal | 222 | 115 | 26 | 0 | 57 | 125 | 53 | 33 | 112 | 41 |
| Binary | 10010010 | 1001101 | 10110 | 0 | 101111 | 1010101 | 101011 | 11011 | 1001010 | 100001 |
Color Harmonies of #924D16
Complementary color
Monochromatic Colors of #924D16
Black with #924D16
Text Example
Text Example
White with #924D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D16; }
p { color: rgb(146,77,22); }
H1.HeaderClassName
{
color: #924D16;
}
.AnyTagClassName
{
color: #924D16;
}
</style>
background-color css
<style>
a { background-color: #924D16; }
a { background-color: rgb(146,77,22); }
div.DivClassName
{
background-color: #924D16;
}
.BgClassName
{
background-color: #924D16;
}
</style>
border-color css
<style>
span { border-color: #924D16; }
span { border-color: rgb(146,77,22); }
td.TdClassName
{
border-color: #924D16;
}
.TagClassName
{
border-color: #924D16;
}
</style>