Shades of Saddle Brown #924F16
Tints of Saddle Brown #924F16
RGB
CMYK
RGB Variations
Color information
#924F16 (or 0x924F16) is known color: Saddle Brown. HEX triplet: 92, 4F and 16. RGB value is (146,79,22). Sum of RGB (Red+Green+Blue) = 146+79+22=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #924F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924F16 is #6DB0E9. Grayscale: #5C5C5C. Windows color (decimal): -7188714 or 1462162. OLE color: 1462162.
HSL color Cylindrical-coordinate representation of color #924F16: hue angle of 27.58º 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 #924F16 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 22 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.43 |
| HSL | 27.58º | 0.74% | 0.33% | - |
| HSV(B) | 27.58º | 0.85% | 0.57% | - |
| XYZ | 14.79 | 11.76 | 2.25 | - |
| YUV | 92.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 22 | 0 | 0.46 | 0.85 | 0.43 | 27.58 | 0.74 | 0.33 |
| Hex | 92 | 4F | 16 | 0 | 2E | 55 | 2B | 1C | 4A | 21 |
| Octal | 222 | 117 | 26 | 0 | 56 | 125 | 53 | 34 | 112 | 41 |
| Binary | 10010010 | 1001111 | 10110 | 0 | 101110 | 1010101 | 101011 | 11100 | 1001010 | 100001 |
Color Harmonies of #924F16
Complementary color
Monochromatic Colors of #924F16
Black with #924F16
Text Example
Text Example
White with #924F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F16; }
p { color: rgb(146,79,22); }
H1.HeaderClassName
{
color: #924F16;
}
.AnyTagClassName
{
color: #924F16;
}
</style>
background-color css
<style>
a { background-color: #924F16; }
a { background-color: rgb(146,79,22); }
div.DivClassName
{
background-color: #924F16;
}
.BgClassName
{
background-color: #924F16;
}
</style>
border-color css
<style>
span { border-color: #924F16; }
span { border-color: rgb(146,79,22); }
td.TdClassName
{
border-color: #924F16;
}
.TagClassName
{
border-color: #924F16;
}
</style>