Shades of Saddle Brown #993701
Tints of Saddle Brown #993701
RGB
CMYK
RGB Variations
Color information
#993701 (or 0x993701) is known color: Saddle Brown. HEX triplet: 99, 37 and 01. RGB value is (153,55,1). Sum of RGB (Red+Green+Blue) = 153+55+1=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #993701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993701 is #66C8FE. Grayscale: #4E4E4E. Windows color (decimal): -6736127 or 79769. OLE color: 79769.
HSL color Cylindrical-coordinate representation of color #993701: hue angle of 21.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #993701 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.4 |
| HSL | 21.32º | 0.99% | 0.3% | - |
| HSV(B) | 21.32º | 0.99% | 0.6% | - |
| XYZ | 14.51 | 9.51 | 1.1 | - |
| YUV | 78.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 1 | 0 | 0.64 | 0.99 | 0.4 | 21.32 | 0.99 | 0.3 |
| Hex | 99 | 37 | 1 | 0 | 40 | 63 | 28 | 15 | 63 | 1E |
| Octal | 231 | 67 | 1 | 0 | 100 | 143 | 50 | 25 | 143 | 36 |
| Binary | 10011001 | 110111 | 1 | 0 | 1000000 | 1100011 | 101000 | 10101 | 1100011 | 11110 |
Color Harmonies of #993701
Complementary color
Monochromatic Colors of #993701
Black with #993701
Text Example
Text Example
White with #993701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993701; }
p { color: rgb(153,55,1); }
H1.HeaderClassName
{
color: #993701;
}
.AnyTagClassName
{
color: #993701;
}
</style>
background-color css
<style>
a { background-color: #993701; }
a { background-color: rgb(153,55,1); }
div.DivClassName
{
background-color: #993701;
}
.BgClassName
{
background-color: #993701;
}
</style>
border-color css
<style>
span { border-color: #993701; }
span { border-color: rgb(153,55,1); }
td.TdClassName
{
border-color: #993701;
}
.TagClassName
{
border-color: #993701;
}
</style>