Shades of Saddle Brown #924E17
Tints of Saddle Brown #924E17
RGB
CMYK
RGB Variations
Color information
#924E17 (or 0x924E17) is known color: Saddle Brown. HEX triplet: 92, 4E and 17. RGB value is (146,78,23). Sum of RGB (Red+Green+Blue) = 146+78+23=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #924E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E17 is #6DB1E8. Grayscale: #5C5C5C. Windows color (decimal): -7188969 or 1527442. OLE color: 1527442.
HSL color Cylindrical-coordinate representation of color #924E17: hue angle of 26.83º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #924E17 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 23 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.43 |
| HSL | 26.83º | 0.73% | 0.33% | - |
| HSV(B) | 26.83º | 0.84% | 0.57% | - |
| XYZ | 14.73 | 11.62 | 2.28 | - |
| YUV | 92.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 23 | 0 | 0.47 | 0.84 | 0.43 | 26.83 | 0.73 | 0.33 |
| Hex | 92 | 4E | 17 | 0 | 2F | 54 | 2B | 1B | 49 | 21 |
| Octal | 222 | 116 | 27 | 0 | 57 | 124 | 53 | 33 | 111 | 41 |
| Binary | 10010010 | 1001110 | 10111 | 0 | 101111 | 1010100 | 101011 | 11011 | 1001001 | 100001 |
Color Harmonies of #924E17
Complementary color
Monochromatic Colors of #924E17
Black with #924E17
Text Example
Text Example
White with #924E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E17; }
p { color: rgb(146,78,23); }
H1.HeaderClassName
{
color: #924E17;
}
.AnyTagClassName
{
color: #924E17;
}
</style>
background-color css
<style>
a { background-color: #924E17; }
a { background-color: rgb(146,78,23); }
div.DivClassName
{
background-color: #924E17;
}
.BgClassName
{
background-color: #924E17;
}
</style>
border-color css
<style>
span { border-color: #924E17; }
span { border-color: rgb(146,78,23); }
td.TdClassName
{
border-color: #924E17;
}
.TagClassName
{
border-color: #924E17;
}
</style>