Shades of Saddle Brown #925116
Tints of Saddle Brown #925116
RGB
CMYK
RGB Variations
Color information
#925116 (or 0x925116) is known color: Saddle Brown. HEX triplet: 92, 51 and 16. RGB value is (146,81,22). Sum of RGB (Red+Green+Blue) = 146+81+22=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #925116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925116 is #6DAEE9. Grayscale: #5E5E5E. Windows color (decimal): -7188202 or 1462674. OLE color: 1462674.
HSL color Cylindrical-coordinate representation of color #925116: hue angle of 28.55º 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 #925116 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 22 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.43 |
| HSL | 28.55º | 0.74% | 0.33% | - |
| HSV(B) | 28.55º | 0.85% | 0.57% | - |
| XYZ | 14.94 | 12.05 | 2.3 | - |
| YUV | 93.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 22 | 0 | 0.45 | 0.85 | 0.43 | 28.55 | 0.74 | 0.33 |
| Hex | 92 | 51 | 16 | 0 | 2D | 55 | 2B | 1D | 4A | 21 |
| Octal | 222 | 121 | 26 | 0 | 55 | 125 | 53 | 35 | 112 | 41 |
| Binary | 10010010 | 1010001 | 10110 | 0 | 101101 | 1010101 | 101011 | 11101 | 1001010 | 100001 |
Color Harmonies of #925116
Complementary color
Monochromatic Colors of #925116
Black with #925116
Text Example
Text Example
White with #925116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925116; }
p { color: rgb(146,81,22); }
H1.HeaderClassName
{
color: #925116;
}
.AnyTagClassName
{
color: #925116;
}
</style>
background-color css
<style>
a { background-color: #925116; }
a { background-color: rgb(146,81,22); }
div.DivClassName
{
background-color: #925116;
}
.BgClassName
{
background-color: #925116;
}
</style>
border-color css
<style>
span { border-color: #925116; }
span { border-color: rgb(146,81,22); }
td.TdClassName
{
border-color: #925116;
}
.TagClassName
{
border-color: #925116;
}
</style>