Shades of Saddle Brown #99360D
Tints of Saddle Brown #99360D
RGB
CMYK
RGB Variations
Color information
#99360D (or 0x99360D) is known color: Saddle Brown. HEX triplet: 99, 36 and 0D. RGB value is (153,54,13). Sum of RGB (Red+Green+Blue) = 153+54+13=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99360D is #66C9F2. Grayscale: #4F4F4F. Windows color (decimal): -6736371 or 865945. OLE color: 865945.
HSL color Cylindrical-coordinate representation of color #99360D: hue angle of 17.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99360D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.4 |
| HSL | 17.57º | 0.84% | 0.33% | - |
| HSV(B) | 17.57º | 0.92% | 0.6% | - |
| XYZ | 14.53 | 9.44 | 1.44 | - |
| YUV | 78.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 13 | 0 | 0.65 | 0.92 | 0.4 | 17.57 | 0.84 | 0.33 |
| Hex | 99 | 36 | D | 0 | 41 | 5C | 28 | 12 | 54 | 21 |
| Octal | 231 | 66 | 15 | 0 | 101 | 134 | 50 | 22 | 124 | 41 |
| Binary | 10011001 | 110110 | 1101 | 0 | 1000001 | 1011100 | 101000 | 10010 | 1010100 | 100001 |
Color Harmonies of #99360D
Complementary color
Monochromatic Colors of #99360D
Black with #99360D
Text Example
Text Example
White with #99360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99360D; }
p { color: rgb(153,54,13); }
H1.HeaderClassName
{
color: #99360D;
}
.AnyTagClassName
{
color: #99360D;
}
</style>
background-color css
<style>
a { background-color: #99360D; }
a { background-color: rgb(153,54,13); }
div.DivClassName
{
background-color: #99360D;
}
.BgClassName
{
background-color: #99360D;
}
</style>
border-color css
<style>
span { border-color: #99360D; }
span { border-color: rgb(153,54,13); }
td.TdClassName
{
border-color: #99360D;
}
.TagClassName
{
border-color: #99360D;
}
</style>