Shades of Saddle Brown #935013
Tints of Saddle Brown #935013
RGB
CMYK
RGB Variations
Color information
#935013 (or 0x935013) is known color: Saddle Brown. HEX triplet: 93, 50 and 13. RGB value is (147,80,19). Sum of RGB (Red+Green+Blue) = 147+80+19=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #935013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935013 is #6CAFEC. Grayscale: #5D5D5D. Windows color (decimal): -7122925 or 1265811. OLE color: 1265811.
HSL color Cylindrical-coordinate representation of color #935013: hue angle of 28.59º 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 #935013 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 19 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.42 |
| HSL | 28.59º | 0.77% | 0.33% | - |
| HSV(B) | 28.59º | 0.87% | 0.58% | - |
| XYZ | 15.02 | 11.99 | 2.14 | - |
| YUV | 93.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 19 | 0 | 0.46 | 0.87 | 0.42 | 28.59 | 0.77 | 0.33 |
| Hex | 93 | 50 | 13 | 0 | 2E | 57 | 2A | 1D | 4D | 21 |
| Octal | 223 | 120 | 23 | 0 | 56 | 127 | 52 | 35 | 115 | 41 |
| Binary | 10010011 | 1010000 | 10011 | 0 | 101110 | 1010111 | 101010 | 11101 | 1001101 | 100001 |
Color Harmonies of #935013
Complementary color
Monochromatic Colors of #935013
Black with #935013
Text Example
Text Example
White with #935013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935013; }
p { color: rgb(147,80,19); }
H1.HeaderClassName
{
color: #935013;
}
.AnyTagClassName
{
color: #935013;
}
</style>
background-color css
<style>
a { background-color: #935013; }
a { background-color: rgb(147,80,19); }
div.DivClassName
{
background-color: #935013;
}
.BgClassName
{
background-color: #935013;
}
</style>
border-color css
<style>
span { border-color: #935013; }
span { border-color: rgb(147,80,19); }
td.TdClassName
{
border-color: #935013;
}
.TagClassName
{
border-color: #935013;
}
</style>