Shades of Saddle Brown #993F10
Tints of Saddle Brown #993F10
RGB
CMYK
RGB Variations
Color information
#993F10 (or 0x993F10) is known color: Saddle Brown. HEX triplet: 99, 3F and 10. RGB value is (153,63,16). Sum of RGB (Red+Green+Blue) = 153+63+16=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #993F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F10 is #66C0EF. Grayscale: #545454. Windows color (decimal): -6734064 or 1064857. OLE color: 1064857.
HSL color Cylindrical-coordinate representation of color #993F10: hue angle of 20.58º degrees, saturation: 0.81, 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 #993F10 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 16 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.4 |
| HSL | 20.58º | 0.81% | 0.33% | - |
| HSV(B) | 20.58º | 0.9% | 0.6% | - |
| XYZ | 15.01 | 10.36 | 1.7 | - |
| YUV | 84.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 16 | 0 | 0.59 | 0.90 | 0.4 | 20.58 | 0.81 | 0.33 |
| Hex | 99 | 3F | 10 | 0 | 3B | 5A | 28 | 15 | 51 | 21 |
| Octal | 231 | 77 | 20 | 0 | 73 | 132 | 50 | 25 | 121 | 41 |
| Binary | 10011001 | 111111 | 10000 | 0 | 111011 | 1011010 | 101000 | 10101 | 1010001 | 100001 |
Color Harmonies of #993F10
Complementary color
Monochromatic Colors of #993F10
Black with #993F10
Text Example
Text Example
White with #993F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F10; }
p { color: rgb(153,63,16); }
H1.HeaderClassName
{
color: #993F10;
}
.AnyTagClassName
{
color: #993F10;
}
</style>
background-color css
<style>
a { background-color: #993F10; }
a { background-color: rgb(153,63,16); }
div.DivClassName
{
background-color: #993F10;
}
.BgClassName
{
background-color: #993F10;
}
</style>
border-color css
<style>
span { border-color: #993F10; }
span { border-color: rgb(153,63,16); }
td.TdClassName
{
border-color: #993F10;
}
.TagClassName
{
border-color: #993F10;
}
</style>