Shades of Saddle Brown #994C08
Tints of Saddle Brown #994C08
RGB
CMYK
RGB Variations
Color information
#994C08 (or 0x994C08) is known color: Saddle Brown. HEX triplet: 99, 4C and 08. RGB value is (153,76,8). Sum of RGB (Red+Green+Blue) = 153+76+8=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #994C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C08 is #66B3F7. Grayscale: #5B5B5B. Windows color (decimal): -6730744 or 543897. OLE color: 543897.
HSL color Cylindrical-coordinate representation of color #994C08: hue angle of 28.14º 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 #994C08 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 8 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.4 |
| HSL | 28.14º | 0.9% | 0.32% | - |
| HSV(B) | 28.14º | 0.95% | 0.6% | - |
| XYZ | 15.77 | 11.96 | 1.71 | - |
| YUV | 91.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 8 | 0 | 0.50 | 0.95 | 0.4 | 28.14 | 0.9 | 0.32 |
| Hex | 99 | 4C | 8 | 0 | 32 | 5F | 28 | 1C | 5A | 20 |
| Octal | 231 | 114 | 10 | 0 | 62 | 137 | 50 | 34 | 132 | 40 |
| Binary | 10011001 | 1001100 | 1000 | 0 | 110010 | 1011111 | 101000 | 11100 | 1011010 | 100000 |
Color Harmonies of #994C08
Complementary color
Monochromatic Colors of #994C08
Black with #994C08
Text Example
Text Example
White with #994C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C08; }
p { color: rgb(153,76,8); }
H1.HeaderClassName
{
color: #994C08;
}
.AnyTagClassName
{
color: #994C08;
}
</style>
background-color css
<style>
a { background-color: #994C08; }
a { background-color: rgb(153,76,8); }
div.DivClassName
{
background-color: #994C08;
}
.BgClassName
{
background-color: #994C08;
}
</style>
border-color css
<style>
span { border-color: #994C08; }
span { border-color: rgb(153,76,8); }
td.TdClassName
{
border-color: #994C08;
}
.TagClassName
{
border-color: #994C08;
}
</style>