Shades of Saddle Brown #923C17
Tints of Saddle Brown #923C17
RGB
CMYK
RGB Variations
Color information
#923C17 (or 0x923C17) is known color: Saddle Brown. HEX triplet: 92, 3C and 17. RGB value is (146,60,23). Sum of RGB (Red+Green+Blue) = 146+60+23=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #923C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923C17 is #6DC3E8. Grayscale: #515151. Windows color (decimal): -7193577 or 1522834. OLE color: 1522834.
HSL color Cylindrical-coordinate representation of color #923C17: hue angle of 18.05º 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 #923C17 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 23 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.43 |
| HSL | 18.05º | 0.73% | 0.33% | - |
| HSV(B) | 18.05º | 0.84% | 0.57% | - |
| XYZ | 13.62 | 9.4 | 1.91 | - |
| YUV | 81.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 23 | 0 | 0.59 | 0.84 | 0.43 | 18.05 | 0.73 | 0.33 |
| Hex | 92 | 3C | 17 | 0 | 3B | 54 | 2B | 12 | 49 | 21 |
| Octal | 222 | 74 | 27 | 0 | 73 | 124 | 53 | 22 | 111 | 41 |
| Binary | 10010010 | 111100 | 10111 | 0 | 111011 | 1010100 | 101011 | 10010 | 1001001 | 100001 |
Color Harmonies of #923C17
Complementary color
Monochromatic Colors of #923C17
Black with #923C17
Text Example
Text Example
White with #923C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C17; }
p { color: rgb(146,60,23); }
H1.HeaderClassName
{
color: #923C17;
}
.AnyTagClassName
{
color: #923C17;
}
</style>
background-color css
<style>
a { background-color: #923C17; }
a { background-color: rgb(146,60,23); }
div.DivClassName
{
background-color: #923C17;
}
.BgClassName
{
background-color: #923C17;
}
</style>
border-color css
<style>
span { border-color: #923C17; }
span { border-color: rgb(146,60,23); }
td.TdClassName
{
border-color: #923C17;
}
.TagClassName
{
border-color: #923C17;
}
</style>