Shades of Saddle Brown #993201
Tints of Saddle Brown #993201
RGB
CMYK
RGB Variations
Color information
#993201 (or 0x993201) is known color: Saddle Brown. HEX triplet: 99, 32 and 01. RGB value is (153,50,1). Sum of RGB (Red+Green+Blue) = 153+50+1=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #993201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993201 is #66CDFE. Grayscale: #4B4B4B. Windows color (decimal): -6737407 or 78489. OLE color: 78489.
HSL color Cylindrical-coordinate representation of color #993201: hue angle of 19.34º 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 #993201 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.4 |
| HSL | 19.34º | 0.99% | 0.3% | - |
| HSV(B) | 19.34º | 0.99% | 0.6% | - |
| XYZ | 14.28 | 9.06 | 1.02 | - |
| YUV | 75.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 1 | 0 | 0.67 | 0.99 | 0.4 | 19.34 | 0.99 | 0.3 |
| Hex | 99 | 32 | 1 | 0 | 43 | 63 | 28 | 13 | 63 | 1E |
| Octal | 231 | 62 | 1 | 0 | 103 | 143 | 50 | 23 | 143 | 36 |
| Binary | 10011001 | 110010 | 1 | 0 | 1000011 | 1100011 | 101000 | 10011 | 1100011 | 11110 |
Color Harmonies of #993201
Complementary color
Monochromatic Colors of #993201
Black with #993201
Text Example
Text Example
White with #993201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993201; }
p { color: rgb(153,50,1); }
H1.HeaderClassName
{
color: #993201;
}
.AnyTagClassName
{
color: #993201;
}
</style>
background-color css
<style>
a { background-color: #993201; }
a { background-color: rgb(153,50,1); }
div.DivClassName
{
background-color: #993201;
}
.BgClassName
{
background-color: #993201;
}
</style>
border-color css
<style>
span { border-color: #993201; }
span { border-color: rgb(153,50,1); }
td.TdClassName
{
border-color: #993201;
}
.TagClassName
{
border-color: #993201;
}
</style>