Shades of Saddle Brown #934510
Tints of Saddle Brown #934510
RGB
CMYK
RGB Variations
Color information
#934510 (or 0x934510) is known color: Saddle Brown. HEX triplet: 93, 45 and 10. RGB value is (147,69,16). Sum of RGB (Red+Green+Blue) = 147+69+16=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #934510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934510 is #6CBAEF. Grayscale: #565656. Windows color (decimal): -7125744 or 1066387. OLE color: 1066387.
HSL color Cylindrical-coordinate representation of color #934510: hue angle of 24.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #934510 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 16 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.42 |
| HSL | 24.27º | 0.8% | 0.32% | - |
| HSV(B) | 24.27º | 0.89% | 0.58% | - |
| XYZ | 14.25 | 10.5 | 1.76 | - |
| YUV | 86.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 16 | 0 | 0.53 | 0.89 | 0.42 | 24.27 | 0.8 | 0.32 |
| Hex | 93 | 45 | 10 | 0 | 35 | 59 | 2A | 18 | 50 | 20 |
| Octal | 223 | 105 | 20 | 0 | 65 | 131 | 52 | 30 | 120 | 40 |
| Binary | 10010011 | 1000101 | 10000 | 0 | 110101 | 1011001 | 101010 | 11000 | 1010000 | 100000 |
Color Harmonies of #934510
Complementary color
Monochromatic Colors of #934510
Black with #934510
Text Example
Text Example
White with #934510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934510; }
p { color: rgb(147,69,16); }
H1.HeaderClassName
{
color: #934510;
}
.AnyTagClassName
{
color: #934510;
}
</style>
background-color css
<style>
a { background-color: #934510; }
a { background-color: rgb(147,69,16); }
div.DivClassName
{
background-color: #934510;
}
.BgClassName
{
background-color: #934510;
}
</style>
border-color css
<style>
span { border-color: #934510; }
span { border-color: rgb(147,69,16); }
td.TdClassName
{
border-color: #934510;
}
.TagClassName
{
border-color: #934510;
}
</style>