Shades of Saddle Brown #993F03
Tints of Saddle Brown #993F03
RGB
CMYK
RGB Variations
Color information
#993F03 (or 0x993F03) is known color: Saddle Brown. HEX triplet: 99, 3F and 03. RGB value is (153,63,3). Sum of RGB (Red+Green+Blue) = 153+63+3=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #993F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F03 is #66C0FC. Grayscale: #535353. Windows color (decimal): -6734077 or 212889. OLE color: 212889.
HSL color Cylindrical-coordinate representation of color #993F03: hue angle of 24º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #993F03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.4 |
| HSL | 24º | 0.96% | 0.31% | - |
| HSV(B) | 24º | 0.98% | 0.6% | - |
| XYZ | 14.93 | 10.33 | 1.29 | - |
| YUV | 83.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 3 | 0 | 0.59 | 0.98 | 0.4 | 24 | 0.96 | 0.31 |
| Hex | 99 | 3F | 3 | 0 | 3B | 62 | 28 | 18 | 60 | 1F |
| Octal | 231 | 77 | 3 | 0 | 73 | 142 | 50 | 30 | 140 | 37 |
| Binary | 10011001 | 111111 | 11 | 0 | 111011 | 1100010 | 101000 | 11000 | 1100000 | 11111 |
Color Harmonies of #993F03
Complementary color
Monochromatic Colors of #993F03
Black with #993F03
Text Example
Text Example
White with #993F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F03; }
p { color: rgb(153,63,3); }
H1.HeaderClassName
{
color: #993F03;
}
.AnyTagClassName
{
color: #993F03;
}
</style>
background-color css
<style>
a { background-color: #993F03; }
a { background-color: rgb(153,63,3); }
div.DivClassName
{
background-color: #993F03;
}
.BgClassName
{
background-color: #993F03;
}
</style>
border-color css
<style>
span { border-color: #993F03; }
span { border-color: rgb(153,63,3); }
td.TdClassName
{
border-color: #993F03;
}
.TagClassName
{
border-color: #993F03;
}
</style>