Shades of Saddle Brown #933708
Tints of Saddle Brown #933708
RGB
CMYK
RGB Variations
Color information
#933708 (or 0x933708) is known color: Saddle Brown. HEX triplet: 93, 37 and 08. RGB value is (147,55,8). Sum of RGB (Red+Green+Blue) = 147+55+8=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #933708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933708 is #6CC8F7. Grayscale: #4D4D4D. Windows color (decimal): -7129336 or 538515. OLE color: 538515.
HSL color Cylindrical-coordinate representation of color #933708: hue angle of 20.29º 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 #933708 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.42 |
| HSL | 20.29º | 0.9% | 0.3% | - |
| HSV(B) | 20.29º | 0.95% | 0.58% | - |
| XYZ | 13.44 | 8.95 | 1.25 | - |
| YUV | 77.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 8 | 0 | 0.63 | 0.95 | 0.42 | 20.29 | 0.9 | 0.3 |
| Hex | 93 | 37 | 8 | 0 | 3F | 5F | 2A | 14 | 5A | 1E |
| Octal | 223 | 67 | 10 | 0 | 77 | 137 | 52 | 24 | 132 | 36 |
| Binary | 10010011 | 110111 | 1000 | 0 | 111111 | 1011111 | 101010 | 10100 | 1011010 | 11110 |
Color Harmonies of #933708
Complementary color
Monochromatic Colors of #933708
Black with #933708
Text Example
Text Example
White with #933708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933708; }
p { color: rgb(147,55,8); }
H1.HeaderClassName
{
color: #933708;
}
.AnyTagClassName
{
color: #933708;
}
</style>
background-color css
<style>
a { background-color: #933708; }
a { background-color: rgb(147,55,8); }
div.DivClassName
{
background-color: #933708;
}
.BgClassName
{
background-color: #933708;
}
</style>
border-color css
<style>
span { border-color: #933708; }
span { border-color: rgb(147,55,8); }
td.TdClassName
{
border-color: #933708;
}
.TagClassName
{
border-color: #933708;
}
</style>