Shades of Saddle Brown #99380E
Tints of Saddle Brown #99380E
RGB
CMYK
RGB Variations
Color information
#99380E (or 0x99380E) is known color: Saddle Brown. HEX triplet: 99, 38 and 0E. RGB value is (153,56,14). Sum of RGB (Red+Green+Blue) = 153+56+14=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #99380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99380E is #66C7F1. Grayscale: #505050. Windows color (decimal): -6735858 or 931993. OLE color: 931993.
HSL color Cylindrical-coordinate representation of color #99380E: hue angle of 18.13º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99380E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.4 |
| HSL | 18.13º | 0.83% | 0.33% | - |
| HSV(B) | 18.13º | 0.91% | 0.6% | - |
| XYZ | 14.63 | 9.63 | 1.5 | - |
| YUV | 80.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 14 | 0 | 0.63 | 0.91 | 0.4 | 18.13 | 0.83 | 0.33 |
| Hex | 99 | 38 | E | 0 | 3F | 5B | 28 | 12 | 53 | 21 |
| Octal | 231 | 70 | 16 | 0 | 77 | 133 | 50 | 22 | 123 | 41 |
| Binary | 10011001 | 111000 | 1110 | 0 | 111111 | 1011011 | 101000 | 10010 | 1010011 | 100001 |
Color Harmonies of #99380E
Complementary color
Monochromatic Colors of #99380E
Black with #99380E
Text Example
Text Example
White with #99380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99380E; }
p { color: rgb(153,56,14); }
H1.HeaderClassName
{
color: #99380E;
}
.AnyTagClassName
{
color: #99380E;
}
</style>
background-color css
<style>
a { background-color: #99380E; }
a { background-color: rgb(153,56,14); }
div.DivClassName
{
background-color: #99380E;
}
.BgClassName
{
background-color: #99380E;
}
</style>
border-color css
<style>
span { border-color: #99380E; }
span { border-color: rgb(153,56,14); }
td.TdClassName
{
border-color: #99380E;
}
.TagClassName
{
border-color: #99380E;
}
</style>