Shades of Saddle Brown #933F07
Tints of Saddle Brown #933F07
RGB
CMYK
RGB Variations
Color information
#933F07 (or 0x933F07) is known color: Saddle Brown. HEX triplet: 93, 3F and 07. RGB value is (147,63,7). Sum of RGB (Red+Green+Blue) = 147+63+7=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #933F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F07 is #6CC0F8. Grayscale: #525252. Windows color (decimal): -7127289 or 475027. OLE color: 475027.
HSL color Cylindrical-coordinate representation of color #933F07: hue angle of 24º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #933F07 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 7 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.42 |
| HSL | 24º | 0.91% | 0.3% | - |
| HSV(B) | 24º | 0.95% | 0.58% | - |
| XYZ | 13.85 | 9.77 | 1.36 | - |
| YUV | 81.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 7 | 0 | 0.57 | 0.95 | 0.42 | 24 | 0.91 | 0.3 |
| Hex | 93 | 3F | 7 | 0 | 39 | 5F | 2A | 18 | 5B | 1E |
| Octal | 223 | 77 | 7 | 0 | 71 | 137 | 52 | 30 | 133 | 36 |
| Binary | 10010011 | 111111 | 111 | 0 | 111001 | 1011111 | 101010 | 11000 | 1011011 | 11110 |
Color Harmonies of #933F07
Complementary color
Monochromatic Colors of #933F07
Black with #933F07
Text Example
Text Example
White with #933F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F07; }
p { color: rgb(147,63,7); }
H1.HeaderClassName
{
color: #933F07;
}
.AnyTagClassName
{
color: #933F07;
}
</style>
background-color css
<style>
a { background-color: #933F07; }
a { background-color: rgb(147,63,7); }
div.DivClassName
{
background-color: #933F07;
}
.BgClassName
{
background-color: #933F07;
}
</style>
border-color css
<style>
span { border-color: #933F07; }
span { border-color: rgb(147,63,7); }
td.TdClassName
{
border-color: #933F07;
}
.TagClassName
{
border-color: #933F07;
}
</style>