Shades of Saddle Brown #943705
Tints of Saddle Brown #943705
RGB
CMYK
RGB Variations
Color information
#943705 (or 0x943705) is known color: Saddle Brown. HEX triplet: 94, 37 and 05. RGB value is (148,55,5). Sum of RGB (Red+Green+Blue) = 148+55+5=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #943705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943705 is #6BC8FA. Grayscale: #4D4D4D. Windows color (decimal): -7063803 or 341908. OLE color: 341908.
HSL color Cylindrical-coordinate representation of color #943705: hue angle of 20.98º 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 #943705 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.42 |
| HSL | 20.98º | 0.93% | 0.3% | - |
| HSV(B) | 20.98º | 0.97% | 0.58% | - |
| XYZ | 13.61 | 9.04 | 1.17 | - |
| YUV | 77.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 5 | 0 | 0.63 | 0.97 | 0.42 | 20.98 | 0.93 | 0.3 |
| Hex | 94 | 37 | 5 | 0 | 3F | 61 | 2A | 15 | 5D | 1E |
| Octal | 224 | 67 | 5 | 0 | 77 | 141 | 52 | 25 | 135 | 36 |
| Binary | 10010100 | 110111 | 101 | 0 | 111111 | 1100001 | 101010 | 10101 | 1011101 | 11110 |
Color Harmonies of #943705
Complementary color
Monochromatic Colors of #943705
Black with #943705
Text Example
Text Example
White with #943705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943705; }
p { color: rgb(148,55,5); }
H1.HeaderClassName
{
color: #943705;
}
.AnyTagClassName
{
color: #943705;
}
</style>
background-color css
<style>
a { background-color: #943705; }
a { background-color: rgb(148,55,5); }
div.DivClassName
{
background-color: #943705;
}
.BgClassName
{
background-color: #943705;
}
</style>
border-color css
<style>
span { border-color: #943705; }
span { border-color: rgb(148,55,5); }
td.TdClassName
{
border-color: #943705;
}
.TagClassName
{
border-color: #943705;
}
</style>