Shades of Saddle Brown #925017
Tints of Saddle Brown #925017
RGB
CMYK
RGB Variations
Color information
#925017 (or 0x925017) is known color: Saddle Brown. HEX triplet: 92, 50 and 17. RGB value is (146,80,23). Sum of RGB (Red+Green+Blue) = 146+80+23=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #925017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925017 is #6DAFE8. Grayscale: #5D5D5D. Windows color (decimal): -7188457 or 1527954. OLE color: 1527954.
HSL color Cylindrical-coordinate representation of color #925017: hue angle of 27.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #925017 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 23 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.43 |
| HSL | 27.8º | 0.73% | 0.33% | - |
| HSV(B) | 27.8º | 0.84% | 0.57% | - |
| XYZ | 14.88 | 11.91 | 2.33 | - |
| YUV | 93.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 23 | 0 | 0.45 | 0.84 | 0.43 | 27.8 | 0.73 | 0.33 |
| Hex | 92 | 50 | 17 | 0 | 2D | 54 | 2B | 1C | 49 | 21 |
| Octal | 222 | 120 | 27 | 0 | 55 | 124 | 53 | 34 | 111 | 41 |
| Binary | 10010010 | 1010000 | 10111 | 0 | 101101 | 1010100 | 101011 | 11100 | 1001001 | 100001 |
Color Harmonies of #925017
Complementary color
Monochromatic Colors of #925017
Black with #925017
Text Example
Text Example
White with #925017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925017; }
p { color: rgb(146,80,23); }
H1.HeaderClassName
{
color: #925017;
}
.AnyTagClassName
{
color: #925017;
}
</style>
background-color css
<style>
a { background-color: #925017; }
a { background-color: rgb(146,80,23); }
div.DivClassName
{
background-color: #925017;
}
.BgClassName
{
background-color: #925017;
}
</style>
border-color css
<style>
span { border-color: #925017; }
span { border-color: rgb(146,80,23); }
td.TdClassName
{
border-color: #925017;
}
.TagClassName
{
border-color: #925017;
}
</style>