Shades of Saddle Brown #934F08
Tints of Saddle Brown #934F08
RGB
CMYK
RGB Variations
Color information
#934F08 (or 0x934F08) is known color: Saddle Brown. HEX triplet: 93, 4F and 08. RGB value is (147,79,8). Sum of RGB (Red+Green+Blue) = 147+79+8=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #934F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934F08 is #6CB0F7. Grayscale: #5B5B5B. Windows color (decimal): -7123192 or 544659. OLE color: 544659.
HSL color Cylindrical-coordinate representation of color #934F08: hue angle of 30.65º degrees, saturation: 0.9, 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 #934F08 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 8 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.42 |
| HSL | 30.65º | 0.9% | 0.3% | - |
| HSV(B) | 30.65º | 0.95% | 0.58% | - |
| XYZ | 14.87 | 11.81 | 1.73 | - |
| YUV | 91.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 8 | 0 | 0.46 | 0.95 | 0.42 | 30.65 | 0.9 | 0.3 |
| Hex | 93 | 4F | 8 | 0 | 2E | 5F | 2A | 1F | 5A | 1E |
| Octal | 223 | 117 | 10 | 0 | 56 | 137 | 52 | 37 | 132 | 36 |
| Binary | 10010011 | 1001111 | 1000 | 0 | 101110 | 1011111 | 101010 | 11111 | 1011010 | 11110 |
Color Harmonies of #934F08
Complementary color
Monochromatic Colors of #934F08
Black with #934F08
Text Example
Text Example
White with #934F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F08; }
p { color: rgb(147,79,8); }
H1.HeaderClassName
{
color: #934F08;
}
.AnyTagClassName
{
color: #934F08;
}
</style>
background-color css
<style>
a { background-color: #934F08; }
a { background-color: rgb(147,79,8); }
div.DivClassName
{
background-color: #934F08;
}
.BgClassName
{
background-color: #934F08;
}
</style>
border-color css
<style>
span { border-color: #934F08; }
span { border-color: rgb(147,79,8); }
td.TdClassName
{
border-color: #934F08;
}
.TagClassName
{
border-color: #934F08;
}
</style>