Shades of Saddle Brown #923C16
Tints of Saddle Brown #923C16
RGB
CMYK
RGB Variations
Color information
#923C16 (or 0x923C16) is known color: Saddle Brown. HEX triplet: 92, 3C and 16. RGB value is (146,60,22). Sum of RGB (Red+Green+Blue) = 146+60+22=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #923C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923C16 is #6DC3E9. Grayscale: #515151. Windows color (decimal): -7193578 or 1457298. OLE color: 1457298.
HSL color Cylindrical-coordinate representation of color #923C16: hue angle of 18.39º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #923C16 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 22 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.43 |
| HSL | 18.39º | 0.74% | 0.33% | - |
| HSV(B) | 18.39º | 0.85% | 0.57% | - |
| XYZ | 13.61 | 9.4 | 1.86 | - |
| YUV | 81.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 22 | 0 | 0.59 | 0.85 | 0.43 | 18.39 | 0.74 | 0.33 |
| Hex | 92 | 3C | 16 | 0 | 3B | 55 | 2B | 12 | 4A | 21 |
| Octal | 222 | 74 | 26 | 0 | 73 | 125 | 53 | 22 | 112 | 41 |
| Binary | 10010010 | 111100 | 10110 | 0 | 111011 | 1010101 | 101011 | 10010 | 1001010 | 100001 |
Color Harmonies of #923C16
Complementary color
Monochromatic Colors of #923C16
Black with #923C16
Text Example
Text Example
White with #923C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C16; }
p { color: rgb(146,60,22); }
H1.HeaderClassName
{
color: #923C16;
}
.AnyTagClassName
{
color: #923C16;
}
</style>
background-color css
<style>
a { background-color: #923C16; }
a { background-color: rgb(146,60,22); }
div.DivClassName
{
background-color: #923C16;
}
.BgClassName
{
background-color: #923C16;
}
</style>
border-color css
<style>
span { border-color: #923C16; }
span { border-color: rgb(146,60,22); }
td.TdClassName
{
border-color: #923C16;
}
.TagClassName
{
border-color: #923C16;
}
</style>