Shades of Saddle Brown #924117
Tints of Saddle Brown #924117
RGB
CMYK
RGB Variations
Color information
#924117 (or 0x924117) is known color: Saddle Brown. HEX triplet: 92, 41 and 17. RGB value is (146,65,23). Sum of RGB (Red+Green+Blue) = 146+65+23=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #924117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924117 is #6DBEE8. Grayscale: #545454. Windows color (decimal): -7192297 or 1524114. OLE color: 1524114.
HSL color Cylindrical-coordinate representation of color #924117: hue angle of 20.49º 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 #924117 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 65 | 23 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.43 |
| HSL | 20.49º | 0.73% | 0.33% | - |
| HSV(B) | 20.49º | 0.84% | 0.57% | - |
| XYZ | 13.9 | 9.95 | 2 | - |
| YUV | 84.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 23 | 0 | 0.55 | 0.84 | 0.43 | 20.49 | 0.73 | 0.33 |
| Hex | 92 | 41 | 17 | 0 | 37 | 54 | 2B | 14 | 49 | 21 |
| Octal | 222 | 101 | 27 | 0 | 67 | 124 | 53 | 24 | 111 | 41 |
| Binary | 10010010 | 1000001 | 10111 | 0 | 110111 | 1010100 | 101011 | 10100 | 1001001 | 100001 |
Color Harmonies of #924117
Complementary color
Monochromatic Colors of #924117
Black with #924117
Text Example
Text Example
White with #924117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924117; }
p { color: rgb(146,65,23); }
H1.HeaderClassName
{
color: #924117;
}
.AnyTagClassName
{
color: #924117;
}
</style>
background-color css
<style>
a { background-color: #924117; }
a { background-color: rgb(146,65,23); }
div.DivClassName
{
background-color: #924117;
}
.BgClassName
{
background-color: #924117;
}
</style>
border-color css
<style>
span { border-color: #924117; }
span { border-color: rgb(146,65,23); }
td.TdClassName
{
border-color: #924117;
}
.TagClassName
{
border-color: #924117;
}
</style>