Shades of Saddle Brown #934113
Tints of Saddle Brown #934113
RGB
CMYK
RGB Variations
Color information
#934113 (or 0x934113) is known color: Saddle Brown. HEX triplet: 93, 41 and 13. RGB value is (147,65,19). Sum of RGB (Red+Green+Blue) = 147+65+19=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #934113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934113 is #6CBEEC. Grayscale: #545454. Windows color (decimal): -7126765 or 1261971. OLE color: 1261971.
HSL color Cylindrical-coordinate representation of color #934113: hue angle of 21.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #934113 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 19 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.42 |
| HSL | 21.56º | 0.77% | 0.33% | - |
| HSV(B) | 21.56º | 0.87% | 0.58% | - |
| XYZ | 14.04 | 10.03 | 1.81 | - |
| YUV | 84.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 19 | 0 | 0.56 | 0.87 | 0.42 | 21.56 | 0.77 | 0.33 |
| Hex | 93 | 41 | 13 | 0 | 38 | 57 | 2A | 16 | 4D | 21 |
| Octal | 223 | 101 | 23 | 0 | 70 | 127 | 52 | 26 | 115 | 41 |
| Binary | 10010011 | 1000001 | 10011 | 0 | 111000 | 1010111 | 101010 | 10110 | 1001101 | 100001 |
Color Harmonies of #934113
Complementary color
Monochromatic Colors of #934113
Black with #934113
Text Example
Text Example
White with #934113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934113; }
p { color: rgb(147,65,19); }
H1.HeaderClassName
{
color: #934113;
}
.AnyTagClassName
{
color: #934113;
}
</style>
background-color css
<style>
a { background-color: #934113; }
a { background-color: rgb(147,65,19); }
div.DivClassName
{
background-color: #934113;
}
.BgClassName
{
background-color: #934113;
}
</style>
border-color css
<style>
span { border-color: #934113; }
span { border-color: rgb(147,65,19); }
td.TdClassName
{
border-color: #934113;
}
.TagClassName
{
border-color: #934113;
}
</style>