Shades of Saddle Brown #933F05
Tints of Saddle Brown #933F05
RGB
CMYK
RGB Variations
Color information
#933F05 (or 0x933F05) is known color: Saddle Brown. HEX triplet: 93, 3F and 05. RGB value is (147,63,5). Sum of RGB (Red+Green+Blue) = 147+63+5=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #933F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F05 is #6CC0FA. Grayscale: #515151. Windows color (decimal): -7127291 or 343955. OLE color: 343955.
HSL color Cylindrical-coordinate representation of color #933F05: hue angle of 24.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #933F05 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.42 |
| HSL | 24.51º | 0.93% | 0.3% | - |
| HSV(B) | 24.51º | 0.97% | 0.58% | - |
| XYZ | 13.84 | 9.77 | 1.3 | - |
| YUV | 81.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 5 | 0 | 0.57 | 0.97 | 0.42 | 24.51 | 0.93 | 0.3 |
| Hex | 93 | 3F | 5 | 0 | 39 | 61 | 2A | 19 | 5D | 1E |
| Octal | 223 | 77 | 5 | 0 | 71 | 141 | 52 | 31 | 135 | 36 |
| Binary | 10010011 | 111111 | 101 | 0 | 111001 | 1100001 | 101010 | 11001 | 1011101 | 11110 |
Color Harmonies of #933F05
Complementary color
Monochromatic Colors of #933F05
Black with #933F05
Text Example
Text Example
White with #933F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F05; }
p { color: rgb(147,63,5); }
H1.HeaderClassName
{
color: #933F05;
}
.AnyTagClassName
{
color: #933F05;
}
</style>
background-color css
<style>
a { background-color: #933F05; }
a { background-color: rgb(147,63,5); }
div.DivClassName
{
background-color: #933F05;
}
.BgClassName
{
background-color: #933F05;
}
</style>
border-color css
<style>
span { border-color: #933F05; }
span { border-color: rgb(147,63,5); }
td.TdClassName
{
border-color: #933F05;
}
.TagClassName
{
border-color: #933F05;
}
</style>