Shades of Saddle Brown #99460C
Tints of Saddle Brown #99460C
RGB
CMYK
RGB Variations
Color information
#99460C (or 0x99460C) is known color: Saddle Brown. HEX triplet: 99, 46 and 0C. RGB value is (153,70,12). Sum of RGB (Red+Green+Blue) = 153+70+12=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99460C is #66B9F3. Grayscale: #585858. Windows color (decimal): -6732276 or 804505. OLE color: 804505.
HSL color Cylindrical-coordinate representation of color #99460C: hue angle of 24.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99460C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 12 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.4 |
| HSL | 24.68º | 0.85% | 0.32% | - |
| HSV(B) | 24.68º | 0.92% | 0.6% | - |
| XYZ | 15.39 | 11.18 | 1.69 | - |
| YUV | 88.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 12 | 0 | 0.54 | 0.92 | 0.4 | 24.68 | 0.85 | 0.32 |
| Hex | 99 | 46 | C | 0 | 36 | 5C | 28 | 19 | 55 | 20 |
| Octal | 231 | 106 | 14 | 0 | 66 | 134 | 50 | 31 | 125 | 40 |
| Binary | 10011001 | 1000110 | 1100 | 0 | 110110 | 1011100 | 101000 | 11001 | 1010101 | 100000 |
Color Harmonies of #99460C
Complementary color
Monochromatic Colors of #99460C
Black with #99460C
Text Example
Text Example
White with #99460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99460C; }
p { color: rgb(153,70,12); }
H1.HeaderClassName
{
color: #99460C;
}
.AnyTagClassName
{
color: #99460C;
}
</style>
background-color css
<style>
a { background-color: #99460C; }
a { background-color: rgb(153,70,12); }
div.DivClassName
{
background-color: #99460C;
}
.BgClassName
{
background-color: #99460C;
}
</style>
border-color css
<style>
span { border-color: #99460C; }
span { border-color: rgb(153,70,12); }
td.TdClassName
{
border-color: #99460C;
}
.TagClassName
{
border-color: #99460C;
}
</style>