Shades of Saddle Brown #994317
Tints of Saddle Brown #994317
RGB
CMYK
RGB Variations
Color information
#994317 (or 0x994317) is known color: Saddle Brown. HEX triplet: 99, 43 and 17. RGB value is (153,67,23). Sum of RGB (Red+Green+Blue) = 153+67+23=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994317 is #66BCE8. Grayscale: #575757. Windows color (decimal): -6733033 or 1524633. OLE color: 1524633.
HSL color Cylindrical-coordinate representation of color #994317: hue angle of 20.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #994317 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 23 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.4 |
| HSL | 20.31º | 0.74% | 0.35% | - |
| HSV(B) | 20.31º | 0.85% | 0.6% | - |
| XYZ | 15.3 | 10.85 | 2.1 | - |
| YUV | 87.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 23 | 0 | 0.56 | 0.85 | 0.4 | 20.31 | 0.74 | 0.35 |
| Hex | 99 | 43 | 17 | 0 | 38 | 55 | 28 | 14 | 4A | 23 |
| Octal | 231 | 103 | 27 | 0 | 70 | 125 | 50 | 24 | 112 | 43 |
| Binary | 10011001 | 1000011 | 10111 | 0 | 111000 | 1010101 | 101000 | 10100 | 1001010 | 100011 |
Color Harmonies of #994317
Complementary color
Monochromatic Colors of #994317
Black with #994317
Text Example
Text Example
White with #994317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994317; }
p { color: rgb(153,67,23); }
H1.HeaderClassName
{
color: #994317;
}
.AnyTagClassName
{
color: #994317;
}
</style>
background-color css
<style>
a { background-color: #994317; }
a { background-color: rgb(153,67,23); }
div.DivClassName
{
background-color: #994317;
}
.BgClassName
{
background-color: #994317;
}
</style>
border-color css
<style>
span { border-color: #994317; }
span { border-color: rgb(153,67,23); }
td.TdClassName
{
border-color: #994317;
}
.TagClassName
{
border-color: #994317;
}
</style>