Shades of Saddle Brown #994103
Tints of Saddle Brown #994103
RGB
CMYK
RGB Variations
Color information
#994103 (or 0x994103) is known color: Saddle Brown. HEX triplet: 99, 41 and 03. RGB value is (153,65,3). Sum of RGB (Red+Green+Blue) = 153+65+3=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #994103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994103 is #66BEFC. Grayscale: #545454. Windows color (decimal): -6733565 or 213401. OLE color: 213401.
HSL color Cylindrical-coordinate representation of color #994103: hue angle of 24.8º 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 #994103 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.4 |
| HSL | 24.8º | 0.96% | 0.31% | - |
| HSV(B) | 24.8º | 0.98% | 0.6% | - |
| XYZ | 15.04 | 10.56 | 1.33 | - |
| YUV | 84.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 3 | 0 | 0.58 | 0.98 | 0.4 | 24.8 | 0.96 | 0.31 |
| Hex | 99 | 41 | 3 | 0 | 3A | 62 | 28 | 19 | 60 | 1F |
| Octal | 231 | 101 | 3 | 0 | 72 | 142 | 50 | 31 | 140 | 37 |
| Binary | 10011001 | 1000001 | 11 | 0 | 111010 | 1100010 | 101000 | 11001 | 1100000 | 11111 |
Color Harmonies of #994103
Complementary color
Monochromatic Colors of #994103
Black with #994103
Text Example
Text Example
White with #994103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994103; }
p { color: rgb(153,65,3); }
H1.HeaderClassName
{
color: #994103;
}
.AnyTagClassName
{
color: #994103;
}
</style>
background-color css
<style>
a { background-color: #994103; }
a { background-color: rgb(153,65,3); }
div.DivClassName
{
background-color: #994103;
}
.BgClassName
{
background-color: #994103;
}
</style>
border-color css
<style>
span { border-color: #994103; }
span { border-color: rgb(153,65,3); }
td.TdClassName
{
border-color: #994103;
}
.TagClassName
{
border-color: #994103;
}
</style>