Shades of Saddle Brown #935017
Tints of Saddle Brown #935017
RGB
CMYK
RGB Variations
Color information
#935017 (or 0x935017) is known color: Saddle Brown. HEX triplet: 93, 50 and 17. RGB value is (147,80,23). Sum of RGB (Red+Green+Blue) = 147+80+23=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935017 is #6CAFE8. Grayscale: #5D5D5D. Windows color (decimal): -7122921 or 1527955. OLE color: 1527955.
HSL color Cylindrical-coordinate representation of color #935017: hue angle of 27.58º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #935017 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 23 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.42 |
| HSL | 27.58º | 0.73% | 0.33% | - |
| HSV(B) | 27.58º | 0.84% | 0.58% | - |
| XYZ | 15.06 | 12 | 2.33 | - |
| YUV | 93.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 23 | 0 | 0.46 | 0.84 | 0.42 | 27.58 | 0.73 | 0.33 |
| Hex | 93 | 50 | 17 | 0 | 2E | 54 | 2A | 1C | 49 | 21 |
| Octal | 223 | 120 | 27 | 0 | 56 | 124 | 52 | 34 | 111 | 41 |
| Binary | 10010011 | 1010000 | 10111 | 0 | 101110 | 1010100 | 101010 | 11100 | 1001001 | 100001 |
Color Harmonies of #935017
Complementary color
Monochromatic Colors of #935017
Black with #935017
Text Example
Text Example
White with #935017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935017; }
p { color: rgb(147,80,23); }
H1.HeaderClassName
{
color: #935017;
}
.AnyTagClassName
{
color: #935017;
}
</style>
background-color css
<style>
a { background-color: #935017; }
a { background-color: rgb(147,80,23); }
div.DivClassName
{
background-color: #935017;
}
.BgClassName
{
background-color: #935017;
}
</style>
border-color css
<style>
span { border-color: #935017; }
span { border-color: rgb(147,80,23); }
td.TdClassName
{
border-color: #935017;
}
.TagClassName
{
border-color: #935017;
}
</style>