Shades of Saddle Brown #934000
Tints of Saddle Brown #934000
RGB
CMYK
RGB Variations
Color information
#934000 (or 0x934000) is known color: Saddle Brown. HEX triplet: 93, 40 and 00. RGB value is (147,64,0). Sum of RGB (Red+Green+Blue) = 147+64+0=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #934000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934000 is #6CBFFF. Grayscale: #515151. Windows color (decimal): -7127040 or 16531. OLE color: 16531.
HSL color Cylindrical-coordinate representation of color #934000: hue angle of 26.12º 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 #934000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.42 |
| HSL | 26.12º | 1% | 0.29% | - |
| HSV(B) | 26.12º | 1% | 0.58% | - |
| XYZ | 13.87 | 9.87 | 1.17 | - |
| YUV | 81.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 0 | 0 | 0.56 | 1 | 0.42 | 26.12 | 1 | 0.29 |
| Hex | 93 | 40 | 0 | 0 | 38 | 64 | 2A | 1A | 64 | 1D |
| Octal | 223 | 100 | 0 | 0 | 70 | 144 | 52 | 32 | 144 | 35 |
| Binary | 10010011 | 1000000 | 0 | 0 | 111000 | 1100100 | 101010 | 11010 | 1100100 | 11101 |
Color Harmonies of #934000
Complementary color
Monochromatic Colors of #934000
Black with #934000
Text Example
Text Example
White with #934000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934000; }
p { color: rgb(147,64,0); }
H1.HeaderClassName
{
color: #934000;
}
.AnyTagClassName
{
color: #934000;
}
</style>
background-color css
<style>
a { background-color: #934000; }
a { background-color: rgb(147,64,0); }
div.DivClassName
{
background-color: #934000;
}
.BgClassName
{
background-color: #934000;
}
</style>
border-color css
<style>
span { border-color: #934000; }
span { border-color: rgb(147,64,0); }
td.TdClassName
{
border-color: #934000;
}
.TagClassName
{
border-color: #934000;
}
</style>