Shades of Saddle Brown #994F08
Tints of Saddle Brown #994F08
RGB
CMYK
RGB Variations
Color information
#994F08 (or 0x994F08) is known color: Saddle Brown. HEX triplet: 99, 4F and 08. RGB value is (153,79,8). Sum of RGB (Red+Green+Blue) = 153+79+8=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #994F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F08 is #66B0F7. Grayscale: #5D5D5D. Windows color (decimal): -6729976 or 544665. OLE color: 544665.
HSL color Cylindrical-coordinate representation of color #994F08: hue angle of 29.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994F08 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 8 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.4 |
| HSL | 29.38º | 0.9% | 0.32% | - |
| HSV(B) | 29.38º | 0.95% | 0.6% | - |
| XYZ | 15.98 | 12.38 | 1.78 | - |
| YUV | 93.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 8 | 0 | 0.48 | 0.95 | 0.4 | 29.38 | 0.9 | 0.32 |
| Hex | 99 | 4F | 8 | 0 | 30 | 5F | 28 | 1D | 5A | 20 |
| Octal | 231 | 117 | 10 | 0 | 60 | 137 | 50 | 35 | 132 | 40 |
| Binary | 10011001 | 1001111 | 1000 | 0 | 110000 | 1011111 | 101000 | 11101 | 1011010 | 100000 |
Color Harmonies of #994F08
Complementary color
Monochromatic Colors of #994F08
Black with #994F08
Text Example
Text Example
White with #994F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F08; }
p { color: rgb(153,79,8); }
H1.HeaderClassName
{
color: #994F08;
}
.AnyTagClassName
{
color: #994F08;
}
</style>
background-color css
<style>
a { background-color: #994F08; }
a { background-color: rgb(153,79,8); }
div.DivClassName
{
background-color: #994F08;
}
.BgClassName
{
background-color: #994F08;
}
</style>
border-color css
<style>
span { border-color: #994F08; }
span { border-color: rgb(153,79,8); }
td.TdClassName
{
border-color: #994F08;
}
.TagClassName
{
border-color: #994F08;
}
</style>