Shades of Saddle Brown #933F08
Tints of Saddle Brown #933F08
RGB
CMYK
RGB Variations
Color information
#933F08 (or 0x933F08) is known color: Saddle Brown. HEX triplet: 93, 3F and 08. RGB value is (147,63,8). Sum of RGB (Red+Green+Blue) = 147+63+8=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #933F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933F08 is #6CC0F7. Grayscale: #525252. Windows color (decimal): -7127288 or 540563. OLE color: 540563.
HSL color Cylindrical-coordinate representation of color #933F08: hue angle of 23.74º degrees, saturation: 0.9, 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 #933F08 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 8 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.42 |
| HSL | 23.74º | 0.9% | 0.3% | - |
| HSV(B) | 23.74º | 0.95% | 0.58% | - |
| XYZ | 13.85 | 9.78 | 1.39 | - |
| YUV | 81.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 8 | 0 | 0.57 | 0.95 | 0.42 | 23.74 | 0.9 | 0.3 |
| Hex | 93 | 3F | 8 | 0 | 39 | 5F | 2A | 18 | 5A | 1E |
| Octal | 223 | 77 | 10 | 0 | 71 | 137 | 52 | 30 | 132 | 36 |
| Binary | 10010011 | 111111 | 1000 | 0 | 111001 | 1011111 | 101010 | 11000 | 1011010 | 11110 |
Color Harmonies of #933F08
Complementary color
Monochromatic Colors of #933F08
Black with #933F08
Text Example
Text Example
White with #933F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F08; }
p { color: rgb(147,63,8); }
H1.HeaderClassName
{
color: #933F08;
}
.AnyTagClassName
{
color: #933F08;
}
</style>
background-color css
<style>
a { background-color: #933F08; }
a { background-color: rgb(147,63,8); }
div.DivClassName
{
background-color: #933F08;
}
.BgClassName
{
background-color: #933F08;
}
</style>
border-color css
<style>
span { border-color: #933F08; }
span { border-color: rgb(147,63,8); }
td.TdClassName
{
border-color: #933F08;
}
.TagClassName
{
border-color: #933F08;
}
</style>