Shades of Saddle Brown #99380D
Tints of Saddle Brown #99380D
RGB
CMYK
RGB Variations
Color information
#99380D (or 0x99380D) is known color: Saddle Brown. HEX triplet: 99, 38 and 0D. RGB value is (153,56,13). Sum of RGB (Red+Green+Blue) = 153+56+13=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99380D is #66C7F2. Grayscale: #505050. Windows color (decimal): -6735859 or 866457. OLE color: 866457.
HSL color Cylindrical-coordinate representation of color #99380D: hue angle of 18.43º 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 #99380D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 13 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.4 |
| HSL | 18.43º | 0.84% | 0.33% | - |
| HSV(B) | 18.43º | 0.92% | 0.6% | - |
| XYZ | 14.62 | 9.63 | 1.47 | - |
| YUV | 80.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 13 | 0 | 0.63 | 0.92 | 0.4 | 18.43 | 0.84 | 0.33 |
| Hex | 99 | 38 | D | 0 | 3F | 5C | 28 | 12 | 54 | 21 |
| Octal | 231 | 70 | 15 | 0 | 77 | 134 | 50 | 22 | 124 | 41 |
| Binary | 10011001 | 111000 | 1101 | 0 | 111111 | 1011100 | 101000 | 10010 | 1010100 | 100001 |
Color Harmonies of #99380D
Complementary color
Monochromatic Colors of #99380D
Black with #99380D
Text Example
Text Example
White with #99380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99380D; }
p { color: rgb(153,56,13); }
H1.HeaderClassName
{
color: #99380D;
}
.AnyTagClassName
{
color: #99380D;
}
</style>
background-color css
<style>
a { background-color: #99380D; }
a { background-color: rgb(153,56,13); }
div.DivClassName
{
background-color: #99380D;
}
.BgClassName
{
background-color: #99380D;
}
</style>
border-color css
<style>
span { border-color: #99380D; }
span { border-color: rgb(153,56,13); }
td.TdClassName
{
border-color: #99380D;
}
.TagClassName
{
border-color: #99380D;
}
</style>