Shades of Saddle Brown #993400
Tints of Saddle Brown #993400
RGB
CMYK
RGB Variations
Color information
#993400 (or 0x993400) is known color: Saddle Brown. HEX triplet: 99, 34 and 00. RGB value is (153,52,0). Sum of RGB (Red+Green+Blue) = 153+52+0=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #993400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993400 is #66CBFF. Grayscale: #4C4C4C. Windows color (decimal): -6736896 or 13465. OLE color: 13465.
HSL color Cylindrical-coordinate representation of color #993400: hue angle of 20.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993400 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.4 |
| HSL | 20.39º | 1% | 0.3% | - |
| HSV(B) | 20.39º | 1% | 0.6% | - |
| XYZ | 14.36 | 9.23 | 1.02 | - |
| YUV | 76.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 0 | 0 | 0.66 | 1 | 0.4 | 20.39 | 1 | 0.3 |
| Hex | 99 | 34 | 0 | 0 | 42 | 64 | 28 | 14 | 64 | 1E |
| Octal | 231 | 64 | 0 | 0 | 102 | 144 | 50 | 24 | 144 | 36 |
| Binary | 10011001 | 110100 | 0 | 0 | 1000010 | 1100100 | 101000 | 10100 | 1100100 | 11110 |
Color Harmonies of #993400
Complementary color
Monochromatic Colors of #993400
Black with #993400
Text Example
Text Example
White with #993400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993400; }
p { color: rgb(153,52,0); }
H1.HeaderClassName
{
color: #993400;
}
.AnyTagClassName
{
color: #993400;
}
</style>
background-color css
<style>
a { background-color: #993400; }
a { background-color: rgb(153,52,0); }
div.DivClassName
{
background-color: #993400;
}
.BgClassName
{
background-color: #993400;
}
</style>
border-color css
<style>
span { border-color: #993400; }
span { border-color: rgb(153,52,0); }
td.TdClassName
{
border-color: #993400;
}
.TagClassName
{
border-color: #993400;
}
</style>