Shades of Saddle Brown #925111
Tints of Saddle Brown #925111
RGB
CMYK
RGB Variations
Color information
#925111 (or 0x925111) is known color: Saddle Brown. HEX triplet: 92, 51 and 11. RGB value is (146,81,17). Sum of RGB (Red+Green+Blue) = 146+81+17=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #925111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925111 is #6DAEEE. Grayscale: #5D5D5D. Windows color (decimal): -7188207 or 1134994. OLE color: 1134994.
HSL color Cylindrical-coordinate representation of color #925111: hue angle of 29.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #925111 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 17 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.43 |
| HSL | 29.77º | 0.79% | 0.32% | - |
| HSV(B) | 29.77º | 0.88% | 0.57% | - |
| XYZ | 14.9 | 12.04 | 2.07 | - |
| YUV | 93.14 | 85.03 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 17 | 0 | 0.45 | 0.88 | 0.43 | 29.77 | 0.79 | 0.32 |
| Hex | 92 | 51 | 11 | 0 | 2D | 58 | 2B | 1E | 4F | 20 |
| Octal | 222 | 121 | 21 | 0 | 55 | 130 | 53 | 36 | 117 | 40 |
| Binary | 10010010 | 1010001 | 10001 | 0 | 101101 | 1011000 | 101011 | 11110 | 1001111 | 100000 |
Color Harmonies of #925111
Complementary color
Monochromatic Colors of #925111
Black with #925111
Text Example
Text Example
White with #925111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925111; }
p { color: rgb(146,81,17); }
H1.HeaderClassName
{
color: #925111;
}
.AnyTagClassName
{
color: #925111;
}
</style>
background-color css
<style>
a { background-color: #925111; }
a { background-color: rgb(146,81,17); }
div.DivClassName
{
background-color: #925111;
}
.BgClassName
{
background-color: #925111;
}
</style>
border-color css
<style>
span { border-color: #925111; }
span { border-color: rgb(146,81,17); }
td.TdClassName
{
border-color: #925111;
}
.TagClassName
{
border-color: #925111;
}
</style>