Shades of Saddle Brown #993D03
Tints of Saddle Brown #993D03
RGB
CMYK
RGB Variations
Color information
#993D03 (or 0x993D03) is known color: Saddle Brown. HEX triplet: 99, 3D and 03. RGB value is (153,61,3). Sum of RGB (Red+Green+Blue) = 153+61+3=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #993D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D03 is #66C2FC. Grayscale: #525252. Windows color (decimal): -6734589 or 212377. OLE color: 212377.
HSL color Cylindrical-coordinate representation of color #993D03: hue angle of 23.2º 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 #993D03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.4 |
| HSL | 23.2º | 0.96% | 0.31% | - |
| HSV(B) | 23.2º | 0.98% | 0.6% | - |
| XYZ | 14.82 | 10.12 | 1.26 | - |
| YUV | 81.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 3 | 0 | 0.60 | 0.98 | 0.4 | 23.2 | 0.96 | 0.31 |
| Hex | 99 | 3D | 3 | 0 | 3C | 62 | 28 | 17 | 60 | 1F |
| Octal | 231 | 75 | 3 | 0 | 74 | 142 | 50 | 27 | 140 | 37 |
| Binary | 10011001 | 111101 | 11 | 0 | 111100 | 1100010 | 101000 | 10111 | 1100000 | 11111 |
Color Harmonies of #993D03
Complementary color
Monochromatic Colors of #993D03
Black with #993D03
Text Example
Text Example
White with #993D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D03; }
p { color: rgb(153,61,3); }
H1.HeaderClassName
{
color: #993D03;
}
.AnyTagClassName
{
color: #993D03;
}
</style>
background-color css
<style>
a { background-color: #993D03; }
a { background-color: rgb(153,61,3); }
div.DivClassName
{
background-color: #993D03;
}
.BgClassName
{
background-color: #993D03;
}
</style>
border-color css
<style>
span { border-color: #993D03; }
span { border-color: rgb(153,61,3); }
td.TdClassName
{
border-color: #993D03;
}
.TagClassName
{
border-color: #993D03;
}
</style>