Shades of Saddle Brown #99340F
Tints of Saddle Brown #99340F
RGB
CMYK
RGB Variations
Color information
#99340F (or 0x99340F) is known color: Saddle Brown. HEX triplet: 99, 34 and 0F. RGB value is (153,52,15). Sum of RGB (Red+Green+Blue) = 153+52+15=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99340F is #66CBF0. Grayscale: #4E4E4E. Windows color (decimal): -6736881 or 996505. OLE color: 996505.
HSL color Cylindrical-coordinate representation of color #99340F: hue angle of 16.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99340F is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 15 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.4 |
| HSL | 16.09º | 0.82% | 0.33% | - |
| HSV(B) | 16.09º | 0.9% | 0.6% | - |
| XYZ | 14.45 | 9.26 | 1.48 | - |
| YUV | 77.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 15 | 0 | 0.66 | 0.90 | 0.4 | 16.09 | 0.82 | 0.33 |
| Hex | 99 | 34 | F | 0 | 42 | 5A | 28 | 10 | 52 | 21 |
| Octal | 231 | 64 | 17 | 0 | 102 | 132 | 50 | 20 | 122 | 41 |
| Binary | 10011001 | 110100 | 1111 | 0 | 1000010 | 1011010 | 101000 | 10000 | 1010010 | 100001 |
Color Harmonies of #99340F
Complementary color
Monochromatic Colors of #99340F
Black with #99340F
Text Example
Text Example
White with #99340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99340F; }
p { color: rgb(153,52,15); }
H1.HeaderClassName
{
color: #99340F;
}
.AnyTagClassName
{
color: #99340F;
}
</style>
background-color css
<style>
a { background-color: #99340F; }
a { background-color: rgb(153,52,15); }
div.DivClassName
{
background-color: #99340F;
}
.BgClassName
{
background-color: #99340F;
}
</style>
border-color css
<style>
span { border-color: #99340F; }
span { border-color: rgb(153,52,15); }
td.TdClassName
{
border-color: #99340F;
}
.TagClassName
{
border-color: #99340F;
}
</style>