Shades of Saddle Brown #945017
Tints of Saddle Brown #945017
RGB
CMYK
RGB Variations
Color information
#945017 (or 0x945017) is known color: Saddle Brown. HEX triplet: 94, 50 and 17. RGB value is (148,80,23). Sum of RGB (Red+Green+Blue) = 148+80+23=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945017 is #6BAFE8. Grayscale: #5E5E5E. Windows color (decimal): -7057385 or 1527956. OLE color: 1527956.
HSL color Cylindrical-coordinate representation of color #945017: hue angle of 27.36º 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 #945017 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 23 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.42 |
| HSL | 27.36º | 0.73% | 0.34% | - |
| HSV(B) | 27.36º | 0.84% | 0.58% | - |
| XYZ | 15.24 | 12.1 | 2.34 | - |
| YUV | 93.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 23 | 0 | 0.46 | 0.84 | 0.42 | 27.36 | 0.73 | 0.34 |
| Hex | 94 | 50 | 17 | 0 | 2E | 54 | 2A | 1B | 49 | 22 |
| Octal | 224 | 120 | 27 | 0 | 56 | 124 | 52 | 33 | 111 | 42 |
| Binary | 10010100 | 1010000 | 10111 | 0 | 101110 | 1010100 | 101010 | 11011 | 1001001 | 100010 |
Color Harmonies of #945017
Complementary color
Monochromatic Colors of #945017
Black with #945017
Text Example
Text Example
White with #945017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945017; }
p { color: rgb(148,80,23); }
H1.HeaderClassName
{
color: #945017;
}
.AnyTagClassName
{
color: #945017;
}
</style>
background-color css
<style>
a { background-color: #945017; }
a { background-color: rgb(148,80,23); }
div.DivClassName
{
background-color: #945017;
}
.BgClassName
{
background-color: #945017;
}
</style>
border-color css
<style>
span { border-color: #945017; }
span { border-color: rgb(148,80,23); }
td.TdClassName
{
border-color: #945017;
}
.TagClassName
{
border-color: #945017;
}
</style>