Shades of Saddle Brown #934700
Tints of Saddle Brown #934700
RGB
CMYK
RGB Variations
Color information
#934700 (or 0x934700) is known color: Saddle Brown. HEX triplet: 93, 47 and 00. RGB value is (147,71,0). Sum of RGB (Red+Green+Blue) = 147+71+0=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #934700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934700 is #6CB8FF. Grayscale: #555555. Windows color (decimal): -7125248 or 18323. OLE color: 18323.
HSL color Cylindrical-coordinate representation of color #934700: hue angle of 28.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #934700 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.42 |
| HSL | 28.98º | 1% | 0.29% | - |
| HSV(B) | 28.98º | 1% | 0.58% | - |
| XYZ | 14.29 | 10.71 | 1.31 | - |
| YUV | 85.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 0 | 0 | 0.52 | 1 | 0.42 | 28.98 | 1 | 0.29 |
| Hex | 93 | 47 | 0 | 0 | 34 | 64 | 2A | 1D | 64 | 1D |
| Octal | 223 | 107 | 0 | 0 | 64 | 144 | 52 | 35 | 144 | 35 |
| Binary | 10010011 | 1000111 | 0 | 0 | 110100 | 1100100 | 101010 | 11101 | 1100100 | 11101 |
Color Harmonies of #934700
Complementary color
Monochromatic Colors of #934700
Black with #934700
Text Example
Text Example
White with #934700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934700; }
p { color: rgb(147,71,0); }
H1.HeaderClassName
{
color: #934700;
}
.AnyTagClassName
{
color: #934700;
}
</style>
background-color css
<style>
a { background-color: #934700; }
a { background-color: rgb(147,71,0); }
div.DivClassName
{
background-color: #934700;
}
.BgClassName
{
background-color: #934700;
}
</style>
border-color css
<style>
span { border-color: #934700; }
span { border-color: rgb(147,71,0); }
td.TdClassName
{
border-color: #934700;
}
.TagClassName
{
border-color: #934700;
}
</style>