Shades of Saddle Brown #99410C
Tints of Saddle Brown #99410C
RGB
CMYK
RGB Variations
Color information
#99410C (or 0x99410C) is known color: Saddle Brown. HEX triplet: 99, 41 and 0C. RGB value is (153,65,12). Sum of RGB (Red+Green+Blue) = 153+65+12=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99410C is #66BEF3. Grayscale: #555555. Windows color (decimal): -6733556 or 803225. OLE color: 803225.
HSL color Cylindrical-coordinate representation of color #99410C: hue angle of 22.55º 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 #99410C is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 12 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.4 |
| HSL | 22.55º | 0.85% | 0.32% | - |
| HSV(B) | 22.55º | 0.92% | 0.6% | - |
| XYZ | 15.09 | 10.58 | 1.59 | - |
| YUV | 85.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 12 | 0 | 0.58 | 0.92 | 0.4 | 22.55 | 0.85 | 0.32 |
| Hex | 99 | 41 | C | 0 | 3A | 5C | 28 | 17 | 55 | 20 |
| Octal | 231 | 101 | 14 | 0 | 72 | 134 | 50 | 27 | 125 | 40 |
| Binary | 10011001 | 1000001 | 1100 | 0 | 111010 | 1011100 | 101000 | 10111 | 1010101 | 100000 |
Color Harmonies of #99410C
Complementary color
Monochromatic Colors of #99410C
Black with #99410C
Text Example
Text Example
White with #99410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99410C; }
p { color: rgb(153,65,12); }
H1.HeaderClassName
{
color: #99410C;
}
.AnyTagClassName
{
color: #99410C;
}
</style>
background-color css
<style>
a { background-color: #99410C; }
a { background-color: rgb(153,65,12); }
div.DivClassName
{
background-color: #99410C;
}
.BgClassName
{
background-color: #99410C;
}
</style>
border-color css
<style>
span { border-color: #99410C; }
span { border-color: rgb(153,65,12); }
td.TdClassName
{
border-color: #99410C;
}
.TagClassName
{
border-color: #99410C;
}
</style>