Shades of Saddle Brown #993B0F
Tints of Saddle Brown #993B0F
RGB
CMYK
RGB Variations
Color information
#993B0F (or 0x993B0F) is known color: Saddle Brown. HEX triplet: 99, 3B and 0F. RGB value is (153,59,15). Sum of RGB (Red+Green+Blue) = 153+59+15=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B0F is #66C4F0. Grayscale: #525252. Windows color (decimal): -6735089 or 998297. OLE color: 998297.
HSL color Cylindrical-coordinate representation of color #993B0F: hue angle of 19.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993B0F is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 15 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.4 |
| HSL | 19.13º | 0.82% | 0.33% | - |
| HSV(B) | 19.13º | 0.9% | 0.6% | - |
| XYZ | 14.79 | 9.93 | 1.59 | - |
| YUV | 82.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 15 | 0 | 0.61 | 0.90 | 0.4 | 19.13 | 0.82 | 0.33 |
| Hex | 99 | 3B | F | 0 | 3D | 5A | 28 | 13 | 52 | 21 |
| Octal | 231 | 73 | 17 | 0 | 75 | 132 | 50 | 23 | 122 | 41 |
| Binary | 10011001 | 111011 | 1111 | 0 | 111101 | 1011010 | 101000 | 10011 | 1010010 | 100001 |
Color Harmonies of #993B0F
Complementary color
Monochromatic Colors of #993B0F
Black with #993B0F
Text Example
Text Example
White with #993B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B0F; }
p { color: rgb(153,59,15); }
H1.HeaderClassName
{
color: #993B0F;
}
.AnyTagClassName
{
color: #993B0F;
}
</style>
background-color css
<style>
a { background-color: #993B0F; }
a { background-color: rgb(153,59,15); }
div.DivClassName
{
background-color: #993B0F;
}
.BgClassName
{
background-color: #993B0F;
}
</style>
border-color css
<style>
span { border-color: #993B0F; }
span { border-color: rgb(153,59,15); }
td.TdClassName
{
border-color: #993B0F;
}
.TagClassName
{
border-color: #993B0F;
}
</style>