Shades of Saddle Brown #993D0F
Tints of Saddle Brown #993D0F
RGB
CMYK
RGB Variations
Color information
#993D0F (or 0x993D0F) is known color: Saddle Brown. HEX triplet: 99, 3D and 0F. RGB value is (153,61,15). Sum of RGB (Red+Green+Blue) = 153+61+15=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D0F is #66C2F0. Grayscale: #535353. Windows color (decimal): -6734577 or 998809. OLE color: 998809.
HSL color Cylindrical-coordinate representation of color #993D0F: hue angle of 20º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993D0F is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 15 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.4 |
| HSL | 20º | 0.82% | 0.33% | - |
| HSV(B) | 20º | 0.9% | 0.6% | - |
| XYZ | 14.89 | 10.14 | 1.63 | - |
| YUV | 83.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 15 | 0 | 0.60 | 0.90 | 0.4 | 20 | 0.82 | 0.33 |
| Hex | 99 | 3D | F | 0 | 3C | 5A | 28 | 14 | 52 | 21 |
| Octal | 231 | 75 | 17 | 0 | 74 | 132 | 50 | 24 | 122 | 41 |
| Binary | 10011001 | 111101 | 1111 | 0 | 111100 | 1011010 | 101000 | 10100 | 1010010 | 100001 |
Color Harmonies of #993D0F
Complementary color
Monochromatic Colors of #993D0F
Black with #993D0F
Text Example
Text Example
White with #993D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D0F; }
p { color: rgb(153,61,15); }
H1.HeaderClassName
{
color: #993D0F;
}
.AnyTagClassName
{
color: #993D0F;
}
</style>
background-color css
<style>
a { background-color: #993D0F; }
a { background-color: rgb(153,61,15); }
div.DivClassName
{
background-color: #993D0F;
}
.BgClassName
{
background-color: #993D0F;
}
</style>
border-color css
<style>
span { border-color: #993D0F; }
span { border-color: rgb(153,61,15); }
td.TdClassName
{
border-color: #993D0F;
}
.TagClassName
{
border-color: #993D0F;
}
</style>