Shades of Saddle Brown #934900
Tints of Saddle Brown #934900
RGB
CMYK
RGB Variations
Color information
#934900 (or 0x934900) is known color: Saddle Brown. HEX triplet: 93, 49 and 00. RGB value is (147,73,0). Sum of RGB (Red+Green+Blue) = 147+73+0=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #934900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934900 is #6CB6FF. Grayscale: #575757. Windows color (decimal): -7124736 or 18835. OLE color: 18835.
HSL color Cylindrical-coordinate representation of color #934900: hue angle of 29.8º 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 #934900 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.42 |
| HSL | 29.8º | 1% | 0.29% | - |
| HSV(B) | 29.8º | 1% | 0.58% | - |
| XYZ | 14.42 | 10.97 | 1.36 | - |
| YUV | 86.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 0 | 0 | 0.50 | 1 | 0.42 | 29.8 | 1 | 0.29 |
| Hex | 93 | 49 | 0 | 0 | 32 | 64 | 2A | 1E | 64 | 1D |
| Octal | 223 | 111 | 0 | 0 | 62 | 144 | 52 | 36 | 144 | 35 |
| Binary | 10010011 | 1001001 | 0 | 0 | 110010 | 1100100 | 101010 | 11110 | 1100100 | 11101 |
Color Harmonies of #934900
Complementary color
Monochromatic Colors of #934900
Black with #934900
Text Example
Text Example
White with #934900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934900; }
p { color: rgb(147,73,0); }
H1.HeaderClassName
{
color: #934900;
}
.AnyTagClassName
{
color: #934900;
}
</style>
background-color css
<style>
a { background-color: #934900; }
a { background-color: rgb(147,73,0); }
div.DivClassName
{
background-color: #934900;
}
.BgClassName
{
background-color: #934900;
}
</style>
border-color css
<style>
span { border-color: #934900; }
span { border-color: rgb(147,73,0); }
td.TdClassName
{
border-color: #934900;
}
.TagClassName
{
border-color: #934900;
}
</style>