Shades of Saddle Brown #993103
Tints of Saddle Brown #993103
RGB
CMYK
RGB Variations
Color information
#993103 (or 0x993103) is known color: Saddle Brown. HEX triplet: 99, 31 and 03. RGB value is (153,49,3). Sum of RGB (Red+Green+Blue) = 153+49+3=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #993103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993103 is #66CEFC. Grayscale: #4B4B4B. Windows color (decimal): -6737661 or 209305. OLE color: 209305.
HSL color Cylindrical-coordinate representation of color #993103: hue angle of 18.4º 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 #993103 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.4 |
| HSL | 18.4º | 0.96% | 0.31% | - |
| HSV(B) | 18.4º | 0.98% | 0.6% | - |
| XYZ | 14.25 | 8.98 | 1.07 | - |
| YUV | 74.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 3 | 0 | 0.68 | 0.98 | 0.4 | 18.4 | 0.96 | 0.31 |
| Hex | 99 | 31 | 3 | 0 | 44 | 62 | 28 | 12 | 60 | 1F |
| Octal | 231 | 61 | 3 | 0 | 104 | 142 | 50 | 22 | 140 | 37 |
| Binary | 10011001 | 110001 | 11 | 0 | 1000100 | 1100010 | 101000 | 10010 | 1100000 | 11111 |
Color Harmonies of #993103
Complementary color
Monochromatic Colors of #993103
Black with #993103
Text Example
Text Example
White with #993103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993103; }
p { color: rgb(153,49,3); }
H1.HeaderClassName
{
color: #993103;
}
.AnyTagClassName
{
color: #993103;
}
</style>
background-color css
<style>
a { background-color: #993103; }
a { background-color: rgb(153,49,3); }
div.DivClassName
{
background-color: #993103;
}
.BgClassName
{
background-color: #993103;
}
</style>
border-color css
<style>
span { border-color: #993103; }
span { border-color: rgb(153,49,3); }
td.TdClassName
{
border-color: #993103;
}
.TagClassName
{
border-color: #993103;
}
</style>