Shades of Saddle Brown #934F00
Tints of Saddle Brown #934F00
RGB
CMYK
RGB Variations
Color information
#934F00 (or 0x934F00) is known color: Saddle Brown. HEX triplet: 93, 4F and 00. RGB value is (147,79,0). Sum of RGB (Red+Green+Blue) = 147+79+0=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #934F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934F00 is #6CB0FF. Grayscale: #5A5A5A. Windows color (decimal): -7123200 or 20371. OLE color: 20371.
HSL color Cylindrical-coordinate representation of color #934F00: hue angle of 32.24º 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 #934F00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.42 |
| HSL | 32.24º | 1% | 0.29% | - |
| HSV(B) | 32.24º | 1% | 0.58% | - |
| XYZ | 14.83 | 11.8 | 1.5 | - |
| YUV | 90.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 0 | 0 | 0.46 | 1 | 0.42 | 32.24 | 1 | 0.29 |
| Hex | 93 | 4F | 0 | 0 | 2E | 64 | 2A | 20 | 64 | 1D |
| Octal | 223 | 117 | 0 | 0 | 56 | 144 | 52 | 40 | 144 | 35 |
| Binary | 10010011 | 1001111 | 0 | 0 | 101110 | 1100100 | 101010 | 100000 | 1100100 | 11101 |
Color Harmonies of #934F00
Complementary color
Monochromatic Colors of #934F00
Black with #934F00
Text Example
Text Example
White with #934F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F00; }
p { color: rgb(147,79,0); }
H1.HeaderClassName
{
color: #934F00;
}
.AnyTagClassName
{
color: #934F00;
}
</style>
background-color css
<style>
a { background-color: #934F00; }
a { background-color: rgb(147,79,0); }
div.DivClassName
{
background-color: #934F00;
}
.BgClassName
{
background-color: #934F00;
}
</style>
border-color css
<style>
span { border-color: #934F00; }
span { border-color: rgb(147,79,0); }
td.TdClassName
{
border-color: #934F00;
}
.TagClassName
{
border-color: #934F00;
}
</style>