Shades of Saddle Brown #994301
Tints of Saddle Brown #994301
RGB
CMYK
RGB Variations
Color information
#994301 (or 0x994301) is known color: Saddle Brown. HEX triplet: 99, 43 and 01. RGB value is (153,67,1). Sum of RGB (Red+Green+Blue) = 153+67+1=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #994301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994301 is #66BCFE. Grayscale: #555555. Windows color (decimal): -6733055 or 82841. OLE color: 82841.
HSL color Cylindrical-coordinate representation of color #994301: hue angle of 26.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994301 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.4 |
| HSL | 26.05º | 0.99% | 0.3% | - |
| HSV(B) | 26.05º | 0.99% | 0.6% | - |
| XYZ | 15.15 | 10.79 | 1.31 | - |
| YUV | 85.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 1 | 0 | 0.56 | 0.99 | 0.4 | 26.05 | 0.99 | 0.3 |
| Hex | 99 | 43 | 1 | 0 | 38 | 63 | 28 | 1A | 63 | 1E |
| Octal | 231 | 103 | 1 | 0 | 70 | 143 | 50 | 32 | 143 | 36 |
| Binary | 10011001 | 1000011 | 1 | 0 | 111000 | 1100011 | 101000 | 11010 | 1100011 | 11110 |
Color Harmonies of #994301
Complementary color
Monochromatic Colors of #994301
Black with #994301
Text Example
Text Example
White with #994301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994301; }
p { color: rgb(153,67,1); }
H1.HeaderClassName
{
color: #994301;
}
.AnyTagClassName
{
color: #994301;
}
</style>
background-color css
<style>
a { background-color: #994301; }
a { background-color: rgb(153,67,1); }
div.DivClassName
{
background-color: #994301;
}
.BgClassName
{
background-color: #994301;
}
</style>
border-color css
<style>
span { border-color: #994301; }
span { border-color: rgb(153,67,1); }
td.TdClassName
{
border-color: #994301;
}
.TagClassName
{
border-color: #994301;
}
</style>