Shades of Saddle Brown #945217
Tints of Saddle Brown #945217
RGB
CMYK
RGB Variations
Color information
#945217 (or 0x945217) is known color: Saddle Brown. HEX triplet: 94, 52 and 17. RGB value is (148,82,23). Sum of RGB (Red+Green+Blue) = 148+82+23=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #945217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945217 is #6BADE8. Grayscale: #5F5F5F. Windows color (decimal): -7056873 or 1528468. OLE color: 1528468.
HSL color Cylindrical-coordinate representation of color #945217: hue angle of 28.32º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #945217 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 23 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.42 |
| HSL | 28.32º | 0.73% | 0.34% | - |
| HSV(B) | 28.32º | 0.84% | 0.58% | - |
| XYZ | 15.38 | 12.39 | 2.39 | - |
| YUV | 95.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 23 | 0 | 0.45 | 0.84 | 0.42 | 28.32 | 0.73 | 0.34 |
| Hex | 94 | 52 | 17 | 0 | 2D | 54 | 2A | 1C | 49 | 22 |
| Octal | 224 | 122 | 27 | 0 | 55 | 124 | 52 | 34 | 111 | 42 |
| Binary | 10010100 | 1010010 | 10111 | 0 | 101101 | 1010100 | 101010 | 11100 | 1001001 | 100010 |
Color Harmonies of #945217
Complementary color
Monochromatic Colors of #945217
Black with #945217
Text Example
Text Example
White with #945217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945217; }
p { color: rgb(148,82,23); }
H1.HeaderClassName
{
color: #945217;
}
.AnyTagClassName
{
color: #945217;
}
</style>
background-color css
<style>
a { background-color: #945217; }
a { background-color: rgb(148,82,23); }
div.DivClassName
{
background-color: #945217;
}
.BgClassName
{
background-color: #945217;
}
</style>
border-color css
<style>
span { border-color: #945217; }
span { border-color: rgb(148,82,23); }
td.TdClassName
{
border-color: #945217;
}
.TagClassName
{
border-color: #945217;
}
</style>