Shades of Saddle Brown #99340B
Tints of Saddle Brown #99340B
RGB
CMYK
RGB Variations
Color information
#99340B (or 0x99340B) is known color: Saddle Brown. HEX triplet: 99, 34 and 0B. RGB value is (153,52,11). Sum of RGB (Red+Green+Blue) = 153+52+11=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99340B is #66CBF4. Grayscale: #4D4D4D. Windows color (decimal): -6736885 or 734361. OLE color: 734361.
HSL color Cylindrical-coordinate representation of color #99340B: hue angle of 17.32º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99340B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 11 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.4 |
| HSL | 17.32º | 0.87% | 0.32% | - |
| HSV(B) | 17.32º | 0.93% | 0.6% | - |
| XYZ | 14.43 | 9.25 | 1.34 | - |
| YUV | 77.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 11 | 0 | 0.66 | 0.93 | 0.4 | 17.32 | 0.87 | 0.32 |
| Hex | 99 | 34 | B | 0 | 42 | 5D | 28 | 11 | 57 | 20 |
| Octal | 231 | 64 | 13 | 0 | 102 | 135 | 50 | 21 | 127 | 40 |
| Binary | 10011001 | 110100 | 1011 | 0 | 1000010 | 1011101 | 101000 | 10001 | 1010111 | 100000 |
Color Harmonies of #99340B
Complementary color
Monochromatic Colors of #99340B
Black with #99340B
Text Example
Text Example
White with #99340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99340B; }
p { color: rgb(153,52,11); }
H1.HeaderClassName
{
color: #99340B;
}
.AnyTagClassName
{
color: #99340B;
}
</style>
background-color css
<style>
a { background-color: #99340B; }
a { background-color: rgb(153,52,11); }
div.DivClassName
{
background-color: #99340B;
}
.BgClassName
{
background-color: #99340B;
}
</style>
border-color css
<style>
span { border-color: #99340B; }
span { border-color: rgb(153,52,11); }
td.TdClassName
{
border-color: #99340B;
}
.TagClassName
{
border-color: #99340B;
}
</style>