Shades of Saddle Brown #993F0F
Tints of Saddle Brown #993F0F
RGB
CMYK
RGB Variations
Color information
#993F0F (or 0x993F0F) is known color: Saddle Brown. HEX triplet: 99, 3F and 0F. RGB value is (153,63,15). Sum of RGB (Red+Green+Blue) = 153+63+15=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F0F is #66C0F0. Grayscale: #545454. Windows color (decimal): -6734065 or 999321. OLE color: 999321.
HSL color Cylindrical-coordinate representation of color #993F0F: hue angle of 20.87º 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 #993F0F is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 15 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.4 |
| HSL | 20.87º | 0.82% | 0.33% | - |
| HSV(B) | 20.87º | 0.9% | 0.6% | - |
| XYZ | 15 | 10.36 | 1.66 | - |
| YUV | 84.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 15 | 0 | 0.59 | 0.90 | 0.4 | 20.87 | 0.82 | 0.33 |
| Hex | 99 | 3F | F | 0 | 3B | 5A | 28 | 15 | 52 | 21 |
| Octal | 231 | 77 | 17 | 0 | 73 | 132 | 50 | 25 | 122 | 41 |
| Binary | 10011001 | 111111 | 1111 | 0 | 111011 | 1011010 | 101000 | 10101 | 1010010 | 100001 |
Color Harmonies of #993F0F
Complementary color
Monochromatic Colors of #993F0F
Black with #993F0F
Text Example
Text Example
White with #993F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F0F; }
p { color: rgb(153,63,15); }
H1.HeaderClassName
{
color: #993F0F;
}
.AnyTagClassName
{
color: #993F0F;
}
</style>
background-color css
<style>
a { background-color: #993F0F; }
a { background-color: rgb(153,63,15); }
div.DivClassName
{
background-color: #993F0F;
}
.BgClassName
{
background-color: #993F0F;
}
</style>
border-color css
<style>
span { border-color: #993F0F; }
span { border-color: rgb(153,63,15); }
td.TdClassName
{
border-color: #993F0F;
}
.TagClassName
{
border-color: #993F0F;
}
</style>