Shades of Saddle Brown #934F07
Tints of Saddle Brown #934F07
RGB
CMYK
RGB Variations
Color information
#934F07 (or 0x934F07) is known color: Saddle Brown. HEX triplet: 93, 4F and 07. RGB value is (147,79,7). Sum of RGB (Red+Green+Blue) = 147+79+7=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #934F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934F07 is #6CB0F8. Grayscale: #5B5B5B. Windows color (decimal): -7123193 or 479123. OLE color: 479123.
HSL color Cylindrical-coordinate representation of color #934F07: hue angle of 30.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #934F07 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 7 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.42 |
| HSL | 30.86º | 0.91% | 0.3% | - |
| HSV(B) | 30.86º | 0.95% | 0.58% | - |
| XYZ | 14.87 | 11.81 | 1.7 | - |
| YUV | 91.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 7 | 0 | 0.46 | 0.95 | 0.42 | 30.86 | 0.91 | 0.3 |
| Hex | 93 | 4F | 7 | 0 | 2E | 5F | 2A | 1F | 5B | 1E |
| Octal | 223 | 117 | 7 | 0 | 56 | 137 | 52 | 37 | 133 | 36 |
| Binary | 10010011 | 1001111 | 111 | 0 | 101110 | 1011111 | 101010 | 11111 | 1011011 | 11110 |
Color Harmonies of #934F07
Complementary color
Monochromatic Colors of #934F07
Black with #934F07
Text Example
Text Example
White with #934F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F07; }
p { color: rgb(147,79,7); }
H1.HeaderClassName
{
color: #934F07;
}
.AnyTagClassName
{
color: #934F07;
}
</style>
background-color css
<style>
a { background-color: #934F07; }
a { background-color: rgb(147,79,7); }
div.DivClassName
{
background-color: #934F07;
}
.BgClassName
{
background-color: #934F07;
}
</style>
border-color css
<style>
span { border-color: #934F07; }
span { border-color: rgb(147,79,7); }
td.TdClassName
{
border-color: #934F07;
}
.TagClassName
{
border-color: #934F07;
}
</style>