Shades of Saddle Brown #934115
Tints of Saddle Brown #934115
RGB
CMYK
RGB Variations
Color information
#934115 (or 0x934115) is known color: Saddle Brown. HEX triplet: 93, 41 and 15. RGB value is (147,65,21). Sum of RGB (Red+Green+Blue) = 147+65+21=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #934115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934115 is #6CBEEA. Grayscale: #545454. Windows color (decimal): -7126763 or 1393043. OLE color: 1393043.
HSL color Cylindrical-coordinate representation of color #934115: hue angle of 20.95º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #934115 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 21 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.42 |
| HSL | 20.95º | 0.75% | 0.33% | - |
| HSV(B) | 20.95º | 0.86% | 0.58% | - |
| XYZ | 14.06 | 10.04 | 1.91 | - |
| YUV | 84.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 21 | 0 | 0.56 | 0.86 | 0.42 | 20.95 | 0.75 | 0.33 |
| Hex | 93 | 41 | 15 | 0 | 38 | 56 | 2A | 15 | 4B | 21 |
| Octal | 223 | 101 | 25 | 0 | 70 | 126 | 52 | 25 | 113 | 41 |
| Binary | 10010011 | 1000001 | 10101 | 0 | 111000 | 1010110 | 101010 | 10101 | 1001011 | 100001 |
Color Harmonies of #934115
Complementary color
Monochromatic Colors of #934115
Black with #934115
Text Example
Text Example
White with #934115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934115; }
p { color: rgb(147,65,21); }
H1.HeaderClassName
{
color: #934115;
}
.AnyTagClassName
{
color: #934115;
}
</style>
background-color css
<style>
a { background-color: #934115; }
a { background-color: rgb(147,65,21); }
div.DivClassName
{
background-color: #934115;
}
.BgClassName
{
background-color: #934115;
}
</style>
border-color css
<style>
span { border-color: #934115; }
span { border-color: rgb(147,65,21); }
td.TdClassName
{
border-color: #934115;
}
.TagClassName
{
border-color: #934115;
}
</style>